Test Failed
Branch master (c3454d)
by Chakir
02:10
created
src/Logger/LoggerInterface.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -68,11 +68,11 @@
 block discarded – undo
68 68
      */
69 69
     public function error($message);
70 70
 
71
-     /**
72
-     * @param string $string
73
-     *
74
-     * @return void
75
-     */
71
+        /**
72
+         * @param string $string
73
+         *
74
+         * @return void
75
+         */
76 76
     public function command($string);
77 77
 
78 78
     /**
Please login to merge, or discard this patch.