Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 84e7b32

Browse files
committed
MAGETWO-89458: Cover changed and new logic with automated tests
1 parent 93f9835 commit 84e7b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Layer/FilterableAttributesListFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function __construct(\Magento\Framework\ObjectManagerInterface $objectMan
4141
* @param array $data
4242
* @return FilterList
4343
*/
44-
public function create(string $type, array $data = array()) : FilterList
44+
public function create(string $type, array $data = array())
4545
{
4646
if ($type === Resolver::CATALOG_LAYER_CATEGORY) {
4747
return $this->objectManager->create(CategoryFilterableAttributeList::class, $data);

0 commit comments

Comments
 (0)