Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / serialization / tests / src / Unit / Normalizer / NormalizerBaseTest.php
index f5e8f0f7b5e93c9ed746e49f2a5a13d1b76ec587..63b9bf714d333a79b5300d76336a023a0db9eeb6 100644 (file)
@@ -26,7 +26,7 @@ class NormalizerBaseTest extends UnitTestCase {
    * @param mixed $data
    *   The data passed to supportsNormalization.
    * @param string $supported_interface_or_class
-   *   (optional) the supported interface or class to set on the normalizer.
+   *   (optional) The supported interface or class to set on the normalizer.
    */
   public function testSupportsNormalization($expected_return, $data, $supported_interface_or_class = NULL) {
     $normalizer_base = $this->getMockForAbstractClass('Drupal\Tests\serialization\Unit\Normalizer\TestNormalizerBase');