Skip to content

Commit

Permalink
Fix lint: remove blank line (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
samizdam authored May 9, 2021
1 parent 5fe2eab commit 2c680e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Rule/EnumAlwaysUsedConstantsExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public function testEnumConstantsAreConsideredAsAlwaysUsed(string $constantName)
$constantReflection = $classReflection->getConstant($constantName);

$this->assertTrue($this->constantsExtension->isAlwaysUsed($constantReflection));

}

/**
Expand Down

0 comments on commit 2c680e4

Please sign in to comment.