Browse Source

Remove typehint

Michael Hoffmann 9 years ago
parent
commit
fdfb3f32e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Datasource/QueryTrait.php

+ 1 - 1
src/Datasource/QueryTrait.php

@@ -194,7 +194,7 @@ trait QueryTrait
      * Sets the query instance to be an eager loaded query.
      *
      * @param bool $value Whether or not to eager load.
-     * @return $this|\Cake\ORM\Query
+     * @return $this
      */
     public function setEagerLoaded($value)
     {