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 089e77a commit ac921c7Copy full SHA for ac921c7
lib/internal/Magento/Framework/Webapi/ServiceInputProcessor.php
@@ -89,8 +89,8 @@ public function __construct(
89
AttributeValueFactory $attributeValueFactory,
90
CustomAttributeTypeLocatorInterface $customAttributeTypeLocator,
91
MethodsMap $methodsMap,
92
- ConfigInterface $config = null,
93
- ServiceTypeToEntityTypeMap $serviceTypeToEntityTypeMap = null
+ ServiceTypeToEntityTypeMap $serviceTypeToEntityTypeMap = null,
+ ConfigInterface $config = null
94
) {
95
$this->typeProcessor = $typeProcessor;
96
$this->objectManager = $objectManager;
0 commit comments