Completed
Pull Request — master (#628)
by Amrouche
03:24
created
src/Documentation/Action/DocumentationAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     private $version;
28 28
     private $formats = [];
29 29
 
30
-    public function __construct(ResourceNameCollectionFactoryInterface $resourceNameCollectionFactory,string $title = '', string $description = '', string $version = '', array $formats = [])
30
+    public function __construct(ResourceNameCollectionFactoryInterface $resourceNameCollectionFactory, string $title = '', string $description = '', string $version = '', array $formats = [])
31 31
     {
32 32
         $this->resourceNameCollectionFactory = $resourceNameCollectionFactory;
33 33
         $this->title = $title;
Please login to merge, or discard this patch.