Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / locale / tests / src / Kernel / LocaleConfigSubscriberTest.php
index 3a12efdf247350ddb789bbacc569804d54a51233..128b7b1d30c23660c81510122d2af7db43472bf1 100644 (file)
@@ -37,7 +37,7 @@ class LocaleConfigSubscriberTest extends KernelTestBase {
   /**
    * The string storage used in this test.
    *
-   * @var \Drupal\locale\StringStorageInterface;
+   * @var \Drupal\locale\StringStorageInterface
    */
   protected $stringStorage;
 
@@ -187,7 +187,6 @@ class LocaleConfigSubscriberTest extends KernelTestBase {
     $this->assertNoTranslation($config_name, $langcode);
   }
 
-
   /**
    * Sets up a configuration string with a translation.
    *