Fix parameters, re-order.

This commit is contained in:
James Cole
2016-02-23 15:54:13 +01:00
parent 9b3131b95e
commit 594f9822c7
2 changed files with 57 additions and 47 deletions

View File

@@ -48,7 +48,7 @@ interface AccountRepositoryInterface
*
* @param array $ids
*
* @return Collection
* @return \Illuminate\Support\Collection
*/
public function get(array $ids): Collection;