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

Commit

Permalink
zendframework/zendframework#6435 - minor CS fix (empty newline removal)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Nov 22, 2014
1 parent cff3f33 commit 3674abb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Storage/Adapter/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,6 @@ protected function prepareDirectoryStructure($file)
}

if (!$res) {

// Issue 6435:
// mkdir could fail because of a race condition it was already created by another process
// after the first file_exists above ... go to the next path part.
Expand Down

0 comments on commit 3674abb

Please sign in to comment.