@@ -38,7 +38,6 @@ |
||
38 | 38 | * @param Hydrator $hydrator |
39 | 39 | * @param Client $client |
40 | 40 | * @param string $modelClass |
41 | - * @param string $collectionClass |
|
42 | 41 | * @param string $endpoint |
43 | 42 | */ |
44 | 43 | public function __construct( |
@@ -143,7 +143,7 @@ |
||
143 | 143 | * @param array $data |
144 | 144 | * @return object |
145 | 145 | */ |
146 | - public function create(array $data= []): object |
|
146 | + public function create(array $data = []): object |
|
147 | 147 | { |
148 | 148 | throw new \RuntimeException('Not implemented'); |
149 | 149 | } |