Skip to content

Commit

Permalink
Change @return self to @return $this
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha authored and mibk committed Apr 20, 2024
1 parent a466f43 commit 6b8478a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LeanMapperQuery/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ protected function getFluent()

/**
* @param string $entityClass
* @return self
* @return $this
*/
public function cast($entityClass)
{
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 6b8478a

Please sign in to comment.