Skip to content

Commit

Permalink
fix violations
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Mar 9, 2021
1 parent 8a46a9e commit 5fb5eed
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/Fixer/ClassNotation/OrderedClassElementsFixerTest.php
Expand Up @@ -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);
Expand Down Expand Up @@ -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() {}
Expand Down Expand Up @@ -245,8 +239,6 @@ private function foo5()
{
} // end foo5
protected function setUp() {}
protected function __construct()
{
}
Expand Down

0 comments on commit 5fb5eed

Please sign in to comment.