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 b0ebfda commit 052bb5dCopy full SHA for 052bb5d
app/code/Magento/ConfigurableProduct/Plugin/Model/Attribute/Backend/AttributeValidation.php
@@ -33,7 +33,7 @@ class AttributeValidation
33
*/
34
public function __construct(
35
Configurable $configurableProductType,
36
- ?array $unskippableAttributes = []
+ array $unskippableAttributes = []
37
) {
38
$this->configurableProductType = $configurableProductType;
39
$this->unskippableAttributes = $unskippableAttributes;
0 commit comments