Skip to content

Commit

Permalink
Fix PHPCS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 15, 2017
1 parent baed1d8 commit e29307e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Database/Type/BinaryUuidType.php
Expand Up @@ -67,6 +67,7 @@ public function toDatabase($value, Driver $driver)
if (is_string($value)) {
return $this->convertStringToBinaryUuid($value);
}

return $value;
}

Expand Down

0 comments on commit e29307e

Please sign in to comment.