Completed
Push — master ( 5fae31...b48894 )
by Iman
01:31
created
src/Commands/CheckEndIf.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
         $this->warn(PHP_EOL.$tries.' fixes applied to: '.class_basename($filePath));
64 64
     }
65 65
 
66
+    /**
67
+     * @param integer $fixed
68
+     */
66 69
     private function printFinalMsg($fixed)
67 70
     {
68 71
         if ($fixed > 0) {
Please login to merge, or discard this patch.