Completed
Push — master ( 56b982...a1a223 )
by Iman
01:27
created
src/Commands/CheckEarlyReturns.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -73,6 +73,9 @@
 block discarded – undo
73 73
         return [$fixes, $tokens];
74 74
     }
75 75
 
76
+    /**
77
+     * @param integer $fixed
78
+     */
76 79
     private function printFinalMsg($fixed)
77 80
     {
78 81
         if ($fixed > 0) {
Please login to merge, or discard this patch.