Skip to content

Commit

Permalink
Merge pull request #26 from gwa/gwagroves-patch-1
Browse files Browse the repository at this point in the history
Gwagroves patch 1
  • Loading branch information
gwagroves committed Apr 25, 2016
2 parents f7a20a0 + 8909897 commit ba98f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gwa/MockeryWpBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function __($text, $domain)
*
* @return self
*/
public function addFilter($filterName, $filterCall, $prio, $numVars)
public function addFilter($filterName, $filterCall, $prio = 10, $numVars = 1)
{
$this->filters[] = $this->add($filterName, $filterCall, $prio, $numVars);

Expand Down

0 comments on commit ba98f2c

Please sign in to comment.