Completed
Push — php70 ( 4ff9ba...992172 )
by Wim
02:29
created
Sniffs/PHP/NewFunctionParametersSniff.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     /**
62 62
      * Returns an array of tokens this test wants to listen for.
63 63
      *
64
-     * @return array
64
+     * @return integer[]
65 65
      */
66 66
     public function register()
67 67
     {
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
      * @param int                  $stackPtr  The position of the function
134 134
      *                                        in the token array.
135 135
      * @param string               $function  The name of the function.
136
-     * @param string               $pattern   The pattern used for the match.
136
+     * @param integer $parameterLocation
137 137
      *
138 138
      * @return void
139 139
      */
Please login to merge, or discard this patch.