Updating Media dependent modules to versions compatible with core Media.
[yaffs-website] / vendor / symfony / http-kernel / Profiler / Profiler.php
index 15bfbc5a07777ae51d7be9de501f65d7d7a6dca5..6245a21b5f14279397e801619e2eab0d2ff80800 100644 (file)
@@ -37,7 +37,7 @@ class Profiler
     private $enabled = true;
 
     /**
-     * @param bool $enable  The initial enabled state
+     * @param bool $enable The initial enabled state
      */
     public function __construct(ProfilerStorageInterface $storage, LoggerInterface $logger = null, $enable = true)
     {