We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a466f43 commit 6b8478aCopy full SHA for 6b8478a
1 file changed
LeanMapperQuery/Query.php
@@ -445,7 +445,7 @@ protected function getFluent()
445
446
/**
447
* @param string $entityClass
448
- * @return self
+ * @return $this
449
*/
450
public function cast($entityClass)
451
{
@@ -567,7 +567,7 @@ public function getStrategy()
567
* Enqueues command.
568
* @param string $name Command name
569
* @param array $args
570
571
* @throws NonExistingMethodException
572
573
public function __call($name, array $args)
0 commit comments