Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Mar 8, 2021
1 parent 8f028d7 commit 8a46a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Fixer/ClassNotation/OrderedClassElementsFixerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function __clone() {}
public static function setUpBeforeClass() {}
public static function teardownafterclass() {
public static function tearDownAfterclass() {
} /* multiline
comment */
Expand Down Expand Up @@ -233,7 +233,7 @@ public static function foo3(self $foo)
const C2 = 2;
public static function teardownafterclass() {
public static function tearDownAfterclass() {
} /* multiline
comment */
Expand Down

0 comments on commit 8a46a9e

Please sign in to comment.