From 6b8478a425fa7aec15cd42ca4ecbb78f99d13b79 Mon Sep 17 00:00:00 2001 From: Jan Pecha Date: Sat, 20 Apr 2024 11:43:19 +0200 Subject: [PATCH] Change @return self to @return $this --- LeanMapperQuery/Query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)