Completed
Push — master ( 12172d...e218e8 )
by Iman
01:46
created
src/Analyzers/ClassMethods.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@  discard block
 block discarded – undo
74 74
         return $class;
75 75
     }
76 76
 
77
+    /**
78
+     * @param string $content
79
+     */
77 80
     private static function requestIssue($content)
78 81
     {
79 82
         dump('(O_o)   Well, It seems we had some problem parsing the contents of:   (o_O)');
@@ -82,6 +85,9 @@  discard block
 block discarded – undo
82 85
         dump($content);
83 86
     }
84 87
 
88
+    /**
89
+     * @param integer $i
90
+     */
85 91
     private static function findVisibility($tokens, $i)
86 92
     {
87 93
         $isStatic = $tokens[$i][0] === T_STATIC && $i -= 2;
Please login to merge, or discard this patch.