Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Oct 3, 2015
1 parent 5a642c5 commit b005810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PathComparator.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function getCommondBase() {
foreach($this->directories as $dir) {
$result = substr($dir, 0, $this->commonPrefix($result, $dir));
}
return rtrim($result,'/');
return rtrim($result, '/');
}


Expand Down

0 comments on commit b005810

Please sign in to comment.