Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / log / src / Logger.php
index bb10d1b5c514bf2c10b2042bfd84701931b01b0f..4f11d47871ce58b70e15f60dda49692fc76065b2 100644 (file)
@@ -229,7 +229,6 @@ class Logger extends AbstractLogger // extends ConsoleLogger
      * Send all log messages to stderr. Symfony should have the same default.
      * See: https://en.wikipedia.org/wiki/Standard_streams
      *   "Standard error was added to Unix after several wasted phototypesetting runs ended with error messages being typeset instead of displayed on the user's terminal."
-     *
      */
     private $formatLevelMap = [
         LogLevel::EMERGENCY => self::ERROR,