Completed
Push — master ( 8a44e5...727dc4 )
by Iman
01:29
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);
Please login to merge, or discard this patch.