From 5fb5eeddff71954b192c474edcc5762557a722b6 Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Tue, 9 Mar 2021 20:47:44 +0100 Subject: [PATCH] fix violations --- .../Fixer/ClassNotation/OrderedClassElementsFixerTest.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/Fixer/ClassNotation/OrderedClassElementsFixerTest.php b/tests/Fixer/ClassNotation/OrderedClassElementsFixerTest.php index 85eafe9b389..6c13ea8eac4 100644 --- a/tests/Fixer/ClassNotation/OrderedClassElementsFixerTest.php +++ b/tests/Fixer/ClassNotation/OrderedClassElementsFixerTest.php @@ -146,10 +146,6 @@ public static function tearDownAfterclass() { protected function setUp() {} - protected function setUp() {} - - protected function tearDown() {} - protected function tearDown() {} abstract public function foo1($a, $b = 1); @@ -197,8 +193,6 @@ abstract class Foo extends FooParent implements FooInterface1, FooInterface2 abstract public function foo1($a, $b = 1); - protected function tearDown() {} - protected function setUp() {} protected function tearDown() {} @@ -245,8 +239,6 @@ private function foo5() { } // end foo5 - protected function setUp() {} - protected function __construct() { }