Skip to content

Commit 4ae3a7b

Browse files
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
1 parent 506dd9e commit 4ae3a7b

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)