Skip to content

Commit 2c680e4

Browse files
authored
Fix lint: remove blank line (#19)
1 parent 5fe2eab commit 2c680e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Rule/EnumAlwaysUsedConstantsExtensionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public function testEnumConstantsAreConsideredAsAlwaysUsed(string $constantName)
3939
$constantReflection = $classReflection->getConstant($constantName);
4040

4141
$this->assertTrue($this->constantsExtension->isAlwaysUsed($constantReflection));
42-
4342
}
4443

4544
/**

0 commit comments

Comments
 (0)