Completed
Push — php-7.1/252-new-keyed-lists-sn... ( 91aee0 )
by Juliette
03:50 queued 01:50
created
PHPCompatibility/Sniffs/Lists/NewKeyedListSniff.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace PHPCompatibility\Sniffs\Lists;
13 13
 
14 14
 use PHPCompatibility\Sniff;
15
-use PHPCompatibility\PHPCSHelper;
16 15
 
17 16
 /**
18 17
  * \PHPCompatibility\Sniffs\Lists\NewKeyedListSniff.
Please login to merge, or discard this patch.