Skip to content

Commit 35dfdf6

Browse files
committed
Change @return self to @return $this
1 parent a466f43 commit 35dfdf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LeanMapperQuery/Query.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ protected function getFluent()
445445

446446
/**
447447
* @param string $entityClass
448-
* @return self
448+
* @return $this
449449
*/
450450
public function cast($entityClass)
451451
{
@@ -567,7 +567,7 @@ public function getStrategy()
567567
* Enqueues command.
568568
* @param string $name Command name
569569
* @param array $args
570-
* @return self
570+
* @return $this
571571
* @throws NonExistingMethodException
572572
*/
573573
public function __call($name, array $args)

0 commit comments

Comments
 (0)