Skip to content

Commit

Permalink
Fixed docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
letr0n committed Jan 28, 2017
1 parent 673a1d8 commit c671d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mako/utility/Collection.php
Expand Up @@ -350,7 +350,7 @@ public function map(callable $callable)
* Returns a new filtered collection.
*
* @access public
* @param callable $callable Filter
* @param null|callable $callable Filter
* @return \mako\utility\Collection
*/
public function filter(callable $callable = null)
Expand Down

0 comments on commit c671d4f

Please sign in to comment.