diff --git a/LeanMapperQuery/Query.php b/LeanMapperQuery/Query.php index 89a5322..7ef30cf 100644 --- a/LeanMapperQuery/Query.php +++ b/LeanMapperQuery/Query.php @@ -445,7 +445,7 @@ protected function getFluent() /** * @param string $entityClass - * @return self + * @return $this */ public function cast($entityClass) { @@ -567,7 +567,7 @@ public function getStrategy() * Enqueues command. * @param string $name Command name * @param array $args - * @return self + * @return $this * @throws NonExistingMethodException */ public function __call($name, array $args)