@@ -32,9 +32,9 @@ |
||
32 | 32 | |
33 | 33 | /** |
34 | 34 | * @param Worker $worker |
35 | - * @param ServerRequestFactoryInterface|null $requestFactory |
|
36 | - * @param StreamFactoryInterface|null $streamFactory |
|
37 | - * @param UploadedFileFactoryInterface|null $uploadsFactory |
|
35 | + * @param ServerRequestFactoryInterface $requestFactory |
|
36 | + * @param StreamFactoryInterface $streamFactory |
|
37 | + * @param UploadedFileFactoryInterface $uploadsFactory |
|
38 | 38 | */ |
39 | 39 | public function __construct( |
40 | 40 | Worker $worker, |