Skip to content

Commit b3579d6

Browse files
committed
test: correct heredoc/nowdoc syntax
1 parent f9a46e4 commit b3579d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/Constraints/UndefinedConstraintTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ public function getValidTests(): array
3333
}
3434
]
3535
}
36-
JSON,
36+
JSON
37+
,
3738
'schema' => <<<JSON
3839
{
3940
"title": "Location",
@@ -65,7 +66,8 @@ public function getValidTests(): array
6566
}
6667
}
6768
}
68-
JSON,
69+
JSON
70+
,
6971
'checkMode' => Constraint::CHECK_MODE_COERCE_TYPES
7072
]
7173
];

0 commit comments

Comments
 (0)