Passed
Branch master (4532be)
by Fabian
02:04
created
Category
src/SilentLogger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     /**
20 20
      * @inheritDoc
21 21
      */
22
-    public function log($level, $message, array $context = []): void
22
+    public function log($level, $message, array $context = [ ]): void
23 23
     {
24 24
         // Keep silence, *psst*
25 25
     }
Please login to merge, or discard this patch.