Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 459b375

Browse files
committed
add type void return to setUp() method
1 parent a5340fa commit 459b375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Serializer/Tests/Normalizer/FlattenExceptionNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class FlattenExceptionNormalizerTest extends TestCase
2727
*/
2828
private $normalizer;
2929

30-
protected function setUp()
30+
protected function setUp(): void
3131
{
3232
$this->normalizer = new FlattenExceptionNormalizer();
3333
}

0 commit comments

Comments
 (0)