Completed
Push — master ( 748fb8...43070c )
by Iman
01:32
created
src/Commands/CheckEarlyReturns.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -84,6 +84,10 @@
 block discarded – undo
84 84
         return [$fixes, $tokens];
85 85
     }
86 86
 
87
+    /**
88
+     * @param integer $fixed
89
+     * @param integer $fixingFilesCount
90
+     */
87 91
     private function printFinalMsg($fixed, $fixingFilesCount)
88 92
     {
89 93
         if ($fixed > 0) {
Please login to merge, or discard this patch.