Skip to content

Commit

Permalink
Remove empty statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacePossum committed Jan 13, 2016
1 parent f24dce8 commit ebc6186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Iterator/MockSplFileInfo.php
Expand Up @@ -52,7 +52,7 @@ public function isFile()
{
if (null === $this->type) {
return false !== strpos($this->getFilename(), 'file');
};
}

return self::TYPE_FILE === $this->type;
}
Expand Down

0 comments on commit ebc6186

Please sign in to comment.