Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  Make more nullable types explicit
  Add more explicit nullable types for default null values
  • Loading branch information
derrabus committed Mar 19, 2024
2 parents 54c6349 + a69a4d0 commit 4b7f073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Handler/BatchHandlerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface BatchHandlerInterface
* @return mixed The number of pending messages in the batch if $ack is not null,
* the result from handling the message otherwise
*/
// public function __invoke(object $message, Acknowledger $ack = null): mixed;
// public function __invoke(object $message, ?Acknowledger $ack = null): mixed;

/**
* Flushes any pending buffers.
Expand Down

0 comments on commit 4b7f073

Please sign in to comment.