@@ -25,6 +25,9 @@ |
||
25 | 25 | $response = $collection->getResponse($request); |
26 | 26 | } |
27 | 27 | |
28 | + /** |
|
29 | + * @param string $id |
|
30 | + */ |
|
28 | 31 | public function getStaticIdGenerator($id) |
29 | 32 | { |
30 | 33 | $generator = $this->prophesize(IdGeneratorInterface::class); |