Skip to content

Commit

Permalink
improved logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzmauro committed Apr 24, 2024
1 parent a5ecd0d commit bcc5b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SplitIO/Grammar/Condition/Matcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public static function factory($matcher)
return new Regex($data, $negate, $attribute);
// @codeCoverageIgnoreStart
default:
throw new UnsupportedMatcherException("Unable to create matcher for matcher type: ");
throw new UnsupportedMatcherException("Unable to create matcher for matcher type: " . $matcherType);
}
// @codeCoverageIgnoreEnd
}
Expand Down

0 comments on commit bcc5b04

Please sign in to comment.