Skip to content

Commit

Permalink
Coding style change, blank line before return.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Mar 21, 2014
1 parent 7a48ad8 commit 18239fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Adapter/AwsS3.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ public function deleteDir($path)
public function createDir($path)
{
$result = $this->write(rtrim($path, '/') . '/', '');

return array('path' => $path, 'type' => 'dir');
}

Expand Down

0 comments on commit 18239fb

Please sign in to comment.