Skip to content

Commit

Permalink
Applied fixes from StyleCI (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored and greg0ire committed Sep 21, 2016
1 parent 869a7b7 commit 3175720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Filesystem/Replicate.php
Expand Up @@ -174,7 +174,7 @@ public function rename($key, $new)
*/
public function supportsMetadata()
{
return $this->master instanceof MetadataSupporter || $this->slave instanceof MetadataSupporter;
return $this->master instanceof MetadataSupporter || $this->slave instanceof MetadataSupporter;
}

/**
Expand Down

0 comments on commit 3175720

Please sign in to comment.