From 2c680e432e13e20b11e23094d298f7cfa7490cc5 Mon Sep 17 00:00:00 2001 From: samizdam Date: Sun, 9 May 2021 18:02:26 +0300 Subject: [PATCH] Fix lint: remove blank line (#19) --- tests/Rule/EnumAlwaysUsedConstantsExtensionTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Rule/EnumAlwaysUsedConstantsExtensionTest.php b/tests/Rule/EnumAlwaysUsedConstantsExtensionTest.php index 101800f..0fcfcb9 100644 --- a/tests/Rule/EnumAlwaysUsedConstantsExtensionTest.php +++ b/tests/Rule/EnumAlwaysUsedConstantsExtensionTest.php @@ -39,7 +39,6 @@ public function testEnumConstantsAreConsideredAsAlwaysUsed(string $constantName) $constantReflection = $classReflection->getConstant($constantName); $this->assertTrue($this->constantsExtension->isAlwaysUsed($constantReflection)); - } /**