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

Commit

Permalink
zendframework/zendframework#6775 - minor CS fix (spacing)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Dec 31, 2014
1 parent 165caa9 commit 6c82601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/Part/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __construct(array $params)

if (isset($params['EOL'])) {
$this->headers = Headers::fromString($header, $params['EOL']);
}else {
} else {
$this->headers = Headers::fromString($header);
}

Expand Down

0 comments on commit 6c82601

Please sign in to comment.