@@ -136,7 +136,7 @@ |
||
| 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 | */ |
@@ -12,7 +12,6 @@ |
||
| 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. |