|
@@ -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.