We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cd24d commit 85461e6Copy full SHA for 85461e6
README.md
@@ -27,7 +27,7 @@ composer require --dev "coduo/php-matcher"
27
use Coduo\PHPMatcher\PHPMatcher;
28
29
if (!PHPMatcher::match("lorem ipsum dolor", "@string@", $error)) {
30
- echo $error; // in case of error message is set on $error message via reference
+ echo $error; // in case of error message is set on $error variable via reference
31
}
32
33
```
0 commit comments