From 5823cff932be0dd4bd33dfc6c23dd186a5c4a5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goran=20Juri=C4=87?= Date: Mon, 10 Jul 2017 10:53:47 +0200 Subject: [PATCH] Fix @return DocBlock in AllTrait (#32) --- src/Service/AllTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/AllTrait.php b/src/Service/AllTrait.php index ae26c55..509b0e7 100644 --- a/src/Service/AllTrait.php +++ b/src/Service/AllTrait.php @@ -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)