Skip to content

Commit f18e0d5

Browse files
Fix multiple CS errors
1 parent e92ad97 commit f18e0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ArgumentResolver/EntityValueResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function testResolveWithArrayIdNullValue()
148148
$request = new Request();
149149
$request->attributes->set('nullValue', null);
150150

151-
$argument = $this->createArgument(entity: new MapEntity(id: ['nullValue']), isNullable: true,);
151+
$argument = $this->createArgument(entity: new MapEntity(id: ['nullValue']), isNullable: true);
152152

153153
$this->assertSame([null], $resolver->resolve($request, $argument));
154154
}

0 commit comments

Comments
 (0)