@@ -142,7 +142,7 @@ |
||
142 | 142 | * @param string $error The error message. |
143 | 143 | * @param int $line The line on which the error occurred. |
144 | 144 | * @param string $code A violation code unique to the sniff message. |
145 | - * @param array $data Replacements for the error message. |
|
145 | + * @param string[] $data Replacements for the error message. |
|
146 | 146 | * @param int $severity The severity level for this error. A value of 0 |
147 | 147 | * will be converted into the default severity level. |
148 | 148 | * |
@@ -75,7 +75,7 @@ |
||
75 | 75 | /** |
76 | 76 | * Returns comment summary token. |
77 | 77 | * |
78 | - * @return array Summary token array |
|
78 | + * @return integer Summary token array |
|
79 | 79 | */ |
80 | 80 | public function getCommentSummaryToken() |
81 | 81 | { |