Skip to content

Commit 810adad

Browse files
authored
Merge pull request #132 from Kevinrob/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2 parents 506dd9e + 4ae3a7b commit 810adad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/FlysystemStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function delete($key)
5454
{
5555
try {
5656
return $this->filesystem->delete($key);
57-
} catch (FileNotFoundException $ex){
57+
} catch (FileNotFoundException $ex) {
5858
return true;
5959
}
6060
}

0 commit comments

Comments
 (0)