Completed
Pull Request — 2.1 (#14611)
by
unknown
07:15
created
framework/log/Target.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.