Skip to content

Commit

Permalink
Added null matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Jun 19, 2014
1 parent 3d8ad88 commit 6bf2d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Coduo/PHPMatcher/Factory/SimpleFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ protected function buildScalarMatchers()
new Matcher\CallbackMatcher(),
new Matcher\ExpressionMatcher(),
new Matcher\TypeMatcher(),
new Matcher\NullMatcher(),
new Matcher\ScalarMatcher(),
new Matcher\WildcardMatcher()
));
Expand Down

0 comments on commit 6bf2d8e

Please sign in to comment.