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

Commit

Permalink
space after close parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Oct 8, 2014
1 parent 8ee99f6 commit f1f94ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Filter/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 f1f94ac

Please sign in to comment.