Skip to content

Commit 5ed1c6e

Browse files
authored
Merge pull request #794 from api-platform/analysis-q5W9Py
Applied fixes from StyleCI
2 parents 2d62597 + b81eee9 commit 5ed1c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/JsonLd/ContextBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function testResourceContextWithReverse()
9595
'hydra' => 'http://www.w3.org/ns/hydra/core#',
9696
'dummyPropertyA' => [
9797
'@id' => '#DummyEntity/dummyPropertyA',
98-
'@reverse' => 'parent'
98+
'@reverse' => 'parent',
9999
],
100100
];
101101

0 commit comments

Comments
 (0)