Skip to content

Commit

Permalink
Merge branch '3.2-expression-data-type' of github.com:cakephp/cakephp…
Browse files Browse the repository at this point in the history
… into 3.2-expression-data-type
  • Loading branch information
lorenzo committed Nov 23, 2015
2 parents 2d363d8 + 37ed860 commit 53b6c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Type/OptionalConvertInterface.php
Expand Up @@ -25,7 +25,7 @@ interface OptionalConvertInterface
* Returns whehter the cast to PHP is required to be invoked, since
* it is not a indentity function.
*
* @return boolean
* @return bool
*/
public function requiresToPhpCast();
}

0 comments on commit 53b6c52

Please sign in to comment.