Skip to content

Commit

Permalink
Fix CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Nov 22, 2015
1 parent bff580d commit 37ed860
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 37ed860

Please sign in to comment.