Browse Source

Add Cake\ORM\Query

itosho 5 years ago
parent
commit
8966859296
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Query.php

+ 1 - 1
src/Database/Query.php

@@ -1760,7 +1760,7 @@ class Query implements ExpressionInterface, IteratorAggregate
      *
      * Epliog content is raw SQL and not suitable for use with user supplied data.
      *
-     * @param string|\Cake\Database\Expression\QueryExpression|null $expression The expression to be appended
+     * @param string|\Cake\Database\Expression\QueryExpression|\Cake\ORM\Query|null $expression The expression to be appended
      * @return $this
      */
     public function epilog($expression = null)