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 fddefee commit 2df6512Copy full SHA for 2df6512
README.md
@@ -47,7 +47,7 @@ use Coduo\PHPMatcher\Factory\SimpleFactory;
47
$factory = new SimpleFactory();
48
$matcher = $factory->createMatcher();
49
50
-$match = $matcher->match("lorem ipsum dolor", "@string@")
+$match = $matcher->match("lorem ipsum dolor", "@string@");
51
// $match === true
52
$matcher->getError(); // returns null or error message
53
```
@@ -248,7 +248,7 @@ $matcher->match(
248
'roles' => '@array@'
249
),
250
array(
251
- 'id' => '@integer@'
+ 'id' => '@integer@',
252
'firstName' => '@string@',
253
'lastName' => 'Dąbrowski',
254
0 commit comments