10000 Unnecessary cast, return, semicolon and comma · symfony/doctrine-bridge@8adff19 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8adff19

Browse files
committed
Unnecessary cast, return, semicolon and comma
1 parent cf5dcea commit 8adff19

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
@@ -153,7 +153,7 @@ public function testResolveWithArrayIdNullValue()
153153
$request = new Request();
154154
$request->attributes->set('nullValue', null);
155155

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

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

0 commit comments

Comments
 (0)
0