Completed
Push — master ( 1297fc...0daafa )
by Kris
14s queued 12s
created
src/Software/ApacheErrorLogParser.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -173,14 +173,14 @@
 block discarded – undo
173 173
         parent::__construct($format, $factory);
174 174
     } 
175 175
 
176
-     /**
177
-     * Sets the log format  
178
-     * 
179
-     * @access public
180
-     * @param string    $format
181
-     * 
182
-     * @return void
183
-     */
176
+        /**
177
+         * Sets the log format  
178
+         * 
179
+         * @access public
180
+         * @param string    $format
181
+         * 
182
+         * @return void
183
+         */
184 184
     public function setFormat(string $format): void
185 185
     {
186 186
             parent::setFormat($format);
Please login to merge, or discard this patch.