From 504d4f271632c65ced4c8cfcf2178a73813c01b9 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sun, 10 Mar 2019 11:06:19 +0100 Subject: [PATCH] cs fix --- .../Component/Form/Test/TestCaseSetUpTearDownTrait.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Form/Test/TestCaseSetUpTearDownTrait.php b/src/Symfony/Component/Form/Test/TestCaseSetUpTearDownTrait.php index 279755f758..b44d8212df 100644 --- a/src/Symfony/Component/Form/Test/TestCaseSetUpTearDownTrait.php +++ b/src/Symfony/Component/Form/Test/TestCaseSetUpTearDownTrait.php @@ -31,12 +31,12 @@ if (method_exists(\ReflectionMethod::class, 'hasReturnType') && (new \Reflection private function doTearDown(): void { } - + protected function setUp(): void { $this->doSetUp(); } - + protected function tearDown(): void { $this->doTearDown();