Browse Source

Fix PHPCS error.

Mark Story 10 years ago
parent
commit
fdea4bebbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Expression/QueryExpression.php

+ 1 - 1
src/Database/Expression/QueryExpression.php

@@ -515,7 +515,7 @@ class QueryExpression implements ExpressionInterface, Countable
      * Returns true if this expression contains any other nested
      * ExpressionInterface objects
      *
-     * @return boolean
+     * @return bool
      */
     public function hasNestedExpression()
     {