Skip to content

Commit 9c9f9fc

Browse files
committed
Fix parameter order
1 parent 3bb11bb commit 9c9f9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/AsynchronousOperations/Model/OperationProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ class OperationProcessor
8080
* @param ConsumerConfigurationInterface $configuration
8181
* @param Json $jsonHelper
8282
* @param OperationManagementInterface $operationManagement
83-
* @param LoggerInterface $logger
8483
* @param \Magento\Framework\Webapi\ServiceOutputProcessor $serviceOutputProcessor
8584
* @param \Magento\Framework\Communication\ConfigInterface $communicationConfig
85+
* @param LoggerInterface $logger
8686
*/
8787
public function __construct(
8888
MessageValidator $messageValidator,

0 commit comments

Comments
 (0)