@@ -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 | * |
@@ -41,8 +41,6 @@ discard block |
||
| 41 | 41 | /** |
| 42 | 42 | * Find the T_IS_EQUAL token and add a warning. |
| 43 | 43 | * |
| 44 | - * @param File $phpcsFile |
|
| 45 | - * @param int $stackPtr |
|
| 46 | 44 | * |
| 47 | 45 | * @return void |
| 48 | 46 | */ |
@@ -66,8 +64,6 @@ discard block |
||
| 66 | 64 | /** |
| 67 | 65 | * Processes the token. |
| 68 | 66 | * |
| 69 | - * @param File $phpcsFile |
|
| 70 | - * @param int $stackPtr |
|
| 71 | 67 | * |
| 72 | 68 | * @return void |
| 73 | 69 | */ |