Skip to content

Commit

Permalink
remove invoke return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean O'Brien committed Oct 23, 2023
1 parent 3f2ea5f commit 0e604c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EndpointV2/EndpointV2Middleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function __construct(
*
* @return Promise
*/
public function __invoke(CommandInterface $command) : Promise
public function __invoke(CommandInterface $command)
{
$nextHandler = $this->nextHandler;
$operation = $this->api->getOperation($command->getName());
Expand Down

0 comments on commit 0e604c4

Please sign in to comment.