Skip to content

Commit aa9f0f0

Browse files
committed
MAGETWO-91570: [2.2.x] - [Github]Can not save attribute #5907
- builds stabilization
1 parent 9cf29a6 commit aa9f0f0

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Swatches/Controller/Adminhtml/Product

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Swatches/Controller/Adminhtml/Product/AttributeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public function testLargeOptionsDataSet(
174174
array $attributeData,
175175
int $expectedOptionsCount,
176176
array $expectedLabels
177-
) {
177+
) : void {
178178
$this->getRequest()->setPostValue($attributeData);
179179
$this->dispatch('backend/catalog/product_attribute/save');
180180
$entityTypeId = $this->_objectManager->create(

0 commit comments

Comments
 (0)