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 9c9f9fc commit 7c55ae5Copy full SHA for 7c55ae5
app/code/Magento/AsynchronousOperations/Model/OperationProcessor.php
@@ -174,8 +174,8 @@ public function process(string $encodedMessage)
174
/**
175
* Execute topic handler
176
*
177
- * @param $callback
178
- * @param $entityParams
+ * @param callable $callback
+ * @param array $entityParams
179
* @return array
180
*/
181
private function executeHandler($callback, $entityParams)
0 commit comments