@@ -190,7 +190,7 @@ |
||
190 | 190 | * Filters the given messages according to their categories and levels. |
191 | 191 | * @param array $messages messages to be filtered. |
192 | 192 | * The message structure follows that in [[Logger::messages]]. |
193 | - * @param array $levels the message levels to filter by. Empty value means allowing all levels. |
|
193 | + * @param integer $levels the message levels to filter by. Empty value means allowing all levels. |
|
194 | 194 | * @param array $categories the message categories to filter by. If empty, it means all categories are allowed. |
195 | 195 | * @param array $except the message categories to exclude. If empty, it means all categories are allowed. |
196 | 196 | * @return array the filtered messages. |