Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / src / Functional / Module / ClassLoaderTest.php
index 779a288a7bfbbd50b041c47d2e29822ca17fba43..93c0bf3f422a44f6c293a6652e2c40e406b971c3 100644 (file)
@@ -13,6 +13,8 @@ class ClassLoaderTest extends BrowserTestBase {
 
   /**
    * The expected result from calling the module-provided class' method.
+   *
+   * @var string
    */
   protected $expected = 'Drupal\\module_autoload_test\\SomeClass::testMethod() was invoked.';