Completed
Push — php7 ( 127d41 )
by personal
03:17
created
src/Hal/Component/OOP/Extractor/MethodExtractor.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
      * Extracts visibility
123 123
      *
124 124
      * @param ReflectedMethod $method
125
-     * @param $n
125
+     * @param integer $n
126 126
      * @param TokenCollection $tokens
127 127
      * @return $this
128 128
      */
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
      * Extracts state
148 148
      *
149 149
      * @param ReflectedMethod $method
150
-     * @param $n
150
+     * @param integer $n
151 151
      * @param TokenCollection $tokens
152 152
      * @return $this
153 153
      */
@@ -219,6 +219,7 @@  discard block
 block discarded – undo
219 219
      * Extract the list of returned values
220 220
      *
221 221
      * @param ReflectedMethod $method
222
+     * @param integer $n
222 223
      * @return $this
223 224
      */
224 225
     private function extractReturns(ReflectedMethod $method, $n, TokenCollection $tokens) {
Please login to merge, or discard this patch.