Skip to content

Commit a2076fc

Browse files
committed
Fix phpcs warning
1 parent 0c08527 commit a2076fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Rules/DefaultsTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
class DefaultsTest extends TestCase
99
{
10-
1110
public function setUp()
1211
{
1312
$this->rule = new Defaults;
@@ -20,5 +19,4 @@ public function testDefaults()
2019
$this->assertTrue($this->rule->fillParameters([[1,2,3]])->check(false));
2120
$this->assertTrue($this->rule->fillParameters([[1,2,3]])->check([]));
2221
}
23-
2422
}

0 commit comments

Comments
 (0)