Completed
Push — master ( e3daaf...591740 )
by Iman
01:33
created
src/Analyzers/ClassMethods.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -70,6 +70,9 @@
 block discarded – undo
70 70
         return $class;
71 71
     }
72 72
 
73
+    /**
74
+     * @param integer $i
75
+     */
73 76
     private static function findVisibility($tokens, $i)
74 77
     {
75 78
         $isStatic = $tokens[$i][0] === T_STATIC && $i -= 2;
Please login to merge, or discard this patch.