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

Commit

Permalink
Merge branch 'hotfix/zendframework/zendframework#6743-if-spacing-psr2…
Browse files Browse the repository at this point in the history
…-compliance' into develop

Forward port zendframework/zendframework#6743
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RealPath.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function getExists()
*/
public function filter($value)
{
if(!is_string($value)){
if (!is_string($value)) {
return $value;
}
$path = (string) $value;
Expand Down

0 comments on commit 9fa0082

Please sign in to comment.