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

Commit 8f92ef4

Browse files
committed
28 phpcbf fixes, attempt to pass travis tests
1 parent 7f9d1bc commit 8f92ef4

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/CatalogGraphQl/Model/Resolver/Products/Attributes

1 file changed

+2
-1
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Products/Attributes/Collection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ public function getAttributes() : AttributeCollection
6262
['eq' => '1'],
6363
['eq' => '1'],
6464
['eq' => '1']
65-
]);
65+
]
66+
);
6667
}
6768

6869
return $this->collection->load();

0 commit comments

Comments
 (0)