Skip to content

Commit

Permalink
Fix @return DocBlock in AllTrait (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjuric authored and pkopac committed Jul 10, 2017
1 parent 23e6543 commit 5823cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/AllTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trait AllTrait
* Returns a list of objects
* @param array $data
* @param ClientInterface|null $client 0
* @return \Doctrine\Common\Collections\ArrayCollection|self
* @return \Doctrine\Common\Collections\ArrayCollection|self[]|self
*/
public static function all(array $data = [], ClientInterface $client = null)
Expand Down

0 comments on commit 5823cff

Please sign in to comment.