Skip to content

Commit

Permalink
Fix doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 21, 2017
1 parent 9fa798e commit 8f45929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Type/BinaryUuidType.php
Expand Up @@ -86,7 +86,7 @@ public function newId()
*
* @param null|string|resource $value The value to convert.
* @param \Cake\Database\Driver $driver The driver instance to convert with.
* @return resource|null
* @return resource|string|null
* @throws \Cake\Core\Exception\Exception
*/
public function toPHP($value, Driver $driver)
Expand Down

0 comments on commit 8f45929

Please sign in to comment.