@@ -113,7 +113,7 @@ |
||
| 113 | 113 | * @param string $error The error message. |
| 114 | 114 | * @param int $stackPtr The stack position where the error occurred. |
| 115 | 115 | * @param string $code A violation code unique to the sniff message. |
| 116 | - * @param array $data Replacements for the error message. |
|
| 116 | + * @param string[] $data Replacements for the error message. |
|
| 117 | 117 | * @param int $severity The severity level for this error. A value of 0 |
| 118 | 118 | * will be converted into the default severity level. |
| 119 | 119 | * |
@@ -59,8 +59,6 @@ |
||
| 59 | 59 | /** |
| 60 | 60 | * Processes the token. |
| 61 | 61 | * |
| 62 | - * @param File $phpcsFile |
|
| 63 | - * @param int $stackPtr |
|
| 64 | 62 | * |
| 65 | 63 | * @return void |
| 66 | 64 | */ |