Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / translation / LoggingTranslator.php
index 194e554ad9106a33e50beb3cb32ff33b2386abb7..337c114330bb8f7d5ad7f1cb529c79496eedb6d2 100644 (file)
@@ -24,9 +24,6 @@ class LoggingTranslator implements TranslatorInterface, TranslatorBagInterface
      */
     private $translator;
 
-    /**
-     * @var LoggerInterface
-     */
     private $logger;
 
     /**