Skip to content

Commit b43cfc8

Browse files
cs fix
1 parent 504d4f2 commit b43cfc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Validator/Test/TestCaseSetUpTearDownTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ private function doSetUp(): void
3131
private function doTearDown(): void
3232
{
3333
}
34-
34+
3535
protected function setUp(): void
3636
{
3737
$this->doSetUp();
3838
}
39-
39+
4040
protected function tearDown(): void
4141
{
4242
$this->doTearDown();

0 commit comments

Comments
 (0)