Skip to content

Commit

Permalink
Return on add
Browse files Browse the repository at this point in the history
  • Loading branch information
Danzabar committed Feb 9, 2015
1 parent ab333ae commit f2db0b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Masquerade.php
Expand Up @@ -69,6 +69,8 @@ public function matcher()
public function add($key, $value)
{
$this->collection->add($key, $value);

return $this;
}

/**
Expand Down

0 comments on commit f2db0b2

Please sign in to comment.