You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ahh I see, the problem is that Matcher Factory is creating a chain of matchers, they are executed in a specific order.
It works this way because typically, you want to use matcher against JSON files, so what happens here is that TextMatcher recognizes your input as a text and it's probably using the wrong matcher.
I think the problem is an order of matchers here but it's been a while since I looked into this logic so you might need to play with it a bit.
If you remove the class Matcher\TextMatcher from the factory (\Coduo\PHPMatcher\Factory\MatcherFactory), everything works well.
Version 6.0.11
The text was updated successfully, but these errors were encountered: