Skip to content

Commit b81eee9

Browse files
dunglasStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 2d62597 commit b81eee9

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)