Browse Source

Changed docblock

As the method is passed `$c` it could be a number of class instances rather than `$this` which would be the QueryExpression.
David Yell 8 years ago
parent
commit
bfc0cf2d7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Expression/QueryExpression.php

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

@@ -559,7 +559,7 @@ class QueryExpression implements ExpressionInterface, Countable
      * Useful for compiling the final expression, or doing
      * introspection in the structure.
      *
-     * Callback function receives as only argument an instance of a QueryExpression
+     * Callback function receives as only argument an instance of ExpressionInterface
      *
      * @param callable $callable The callable to apply to all sub-expressions.
      * @return void