Completed
Pull Request — master (#61)
by Alexpts
01:17
created
src/PSR7Client.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,9 +32,9 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.