Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
Sparclex authored and StyleCIBot committed Nov 5, 2018
1 parent c4e61cb commit 1635c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImportFileReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static function mimes()

public function afterRead()
{
if(file_exists($this->file->getRealPath())) {
if (file_exists($this->file->getRealPath())) {
unlink($this->file->getRealPath());
}
}
Expand Down

0 comments on commit 1635c42

Please sign in to comment.