Skip to content

Commit a5c7da9

Browse files
committed
minor #17354 [2.3] Remove empty statements. (SpacePossum)
This PR was merged into the 2.3 branch. Discussion ---------- [2.3] Remove empty statements. | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT Test run for new fixer to see if it would be suitable for SF. For ref.: PHP-CS-Fixer/PHP-CS-Fixer#1671 Commits ------- 07e604c Remove empty statements.
2 parents 07d51fe + 07e604c commit a5c7da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Iterator/MockSplFileInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function isFile()
5252
{
5353
if (null === $this->type) {
5454
return false !== strpos($this->getFilename(), 'file');
55-
};
55+
}
5656

5757
return self::TYPE_FILE === $this->type;
5858
}

0 commit comments

Comments
 (0)