Skip to content

Commit 7c55ae5

Browse files
committed
Add missing types
1 parent 9c9f9fc commit 7c55ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ public function process(string $encodedMessage)
174174
/**
175175
* Execute topic handler
176176
*
177-
* @param $callback
178-
* @param $entityParams
177+
* @param callable $callback
178+
* @param array $entityParams
179179
* @return array
180180
*/
181181
private function executeHandler($callback, $entityParams)

0 commit comments

Comments
 (0)