diff --git a/src/Database/Type/BinaryUuidType.php b/src/Database/Type/BinaryUuidType.php index ac4139fc72f..3c562ced252 100644 --- a/src/Database/Type/BinaryUuidType.php +++ b/src/Database/Type/BinaryUuidType.php @@ -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)