File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ class GenericDetailsResponse extends AbstractResponse
1919{
2020 /**
2121 * The entity details.
22- * @var array|GenericEntity
22+ * @var array|GenericEntity[]
2323 */
2424 protected $ entities ;
2525
2626 /**
2727 * Returns the entity details.
28- * @return array|GenericEntity
28+ * @return array|GenericEntity[]
2929 * @throws ApiClientException
3030 */
3131 public function getEntities (): array
Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ class GenericIconResponse extends AbstractResponse
1919{
2020 /**
2121 * The icons of the entities.
22- * @var array|Icon
22+ * @var array|Icon[]
2323 */
2424 protected $ icons ;
2525
2626 /**
2727 * Returns the icons of the entities.
28- * @return array|Icon
28+ * @return array|Icon[]
2929 * @throws ApiClientException
3030 */
31- public function getIcons ()
31+ public function getIcons (): array
3232 {
3333 $ this ->checkPendingResponse ();
3434 return $ this ->icons ;
You can’t perform that action at this time.
0 commit comments