Completed
Pull Request — master (#655)
by Juliette
02:09
created
PHPCompatibility/Sniffs/Lists/NewKeyedListSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
      * @param int                   $start     The position of the list open token or a token
137 137
      *                                         within the list to start (resume) the examination from.
138 138
      * @param int                   $closer    The position of the list close token.
139
-     * @param array                 $targets   An array with one or more token constants to look for.
139
+     * @param integer[]                 $targets   An array with one or more token constants to look for.
140 140
      *
141 141
      * @return int|bool Stack pointer to the target token if encountered. False otherwise.
142 142
      */
Please login to merge, or discard this patch.