We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf29a6 commit aa9f0f0Copy full SHA for aa9f0f0
dev/tests/integration/testsuite/Magento/Swatches/Controller/Adminhtml/Product/AttributeTest.php
@@ -174,7 +174,7 @@ public function testLargeOptionsDataSet(
174
array $attributeData,
175
int $expectedOptionsCount,
176
array $expectedLabels
177
- ) {
+ ) : void {
178
$this->getRequest()->setPostValue($attributeData);
179
$this->dispatch('backend/catalog/product_attribute/save');
180
$entityTypeId = $this->_objectManager->create(
0 commit comments