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 2a0154b commit a0c8900Copy full SHA for a0c8900
tests/Constraints/PatternPropertiesTest.php
@@ -79,8 +79,8 @@ public function getInvalidTests(): \Generator
79
80
public function getValidTests(): \Generator
81
{
82
- [
83
- yield 'validates pattern schema' => json_encode([
+ yield 'validates pattern schema' => [
+ json_encode([
84
'someobject' => [
85
'foobar' => 'foo',
86
'barfoo' => 'bar',
0 commit comments