Skip to content

Commit

Permalink
Fix PHPCS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 20, 2015
1 parent 18b0ab6 commit fdea4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Expression/QueryExpression.php
Expand Up @@ -515,7 +515,7 @@ public function isCallable($c)
* Returns true if this expression contains any other nested
* ExpressionInterface objects
*
* @return boolean
* @return bool
*/
public function hasNestedExpression()
{
Expand Down

0 comments on commit fdea4be

Please sign in to comment.