Passed
Branch master (ddd97a)
by Harry
03:24
created
src/Graze/Monolog/Formatter/ConsoleFormatter.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -32,17 +32,17 @@
 block discarded – undo
32 32
         Logger::CRITICAL    => ['0;30','43'], // Black/Yellow
33 33
         Logger::ALERT       => ['1;37','45'], // White/Purple
34 34
         Logger::EMERGENCY   => ['1;37','41'], // White/Red
35
-     );
35
+        );
36 36
 
37
-     /**
38
-      * @var array
39
-      */
40
-     private $columnLengthMax = [];
37
+        /**
38
+         * @var array
39
+         */
40
+        private $columnLengthMax = [];
41 41
 
42
-     /**
43
-      * @var array
44
-      */
45
-     private $rows = [];
42
+        /**
43
+         * @var array
44
+         */
45
+        private $rows = [];
46 46
 
47 47
     /**
48 48
      * @param string $dateFormat The format of the timestamp: one supported by DateTime::format
Please login to merge, or discard this patch.