Passed
Push — develop ( 9c69c6...016d68 )
by nguereza
02:56
created
src/AbstractLoggerHandler.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -59,10 +59,10 @@
 block discarded – undo
59 59
      */
60 60
     protected array $config = [];
61 61
 
62
-       /**
63
-     * Channel used to identify each log message
64
-     * @var string
65
-     */
62
+        /**
63
+         * Channel used to identify each log message
64
+         * @var string
65
+         */
66 66
     protected string $channel = 'MAIN';
67 67
 
68 68
     /**
Please login to merge, or discard this patch.