Skip to content

Commit 6b8478a

Browse files
janpechamibk
authored andcommitted
Change @return self to @return $this
1 parent a466f43 commit 6b8478a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

LeanMapperQuery/Query.php

Lines changed: 2 additions & 2 deletions
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)