Skip to content

Commit a0c8900

Browse files
committed
fix: fix dataprovider for pattern properties test
1 parent 2a0154b commit a0c8900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Constraints/PatternPropertiesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ public function getInvalidTests(): \Generator
7979

8080
public function getValidTests(): \Generator
8181
{
82-
[
83-
yield 'validates pattern schema' => json_encode([
82+
yield 'validates pattern schema' => [
83+
json_encode([
8484
'someobject' => [
8585
'foobar' => 'foo',
8686
'barfoo' => 'bar',

0 commit comments

Comments
 (0)