Skip to content

Commit

Permalink
Adding messenger v6, fixing a phpmd issue
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankraemer committed Apr 1, 2024
1 parent 6729f00 commit 4371891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"squizlabs/php_codesniffer": "^3.9",
"symfony/config": "^6.0||^7.0",
"symfony/dependency-injection": "^6.0||^7.0",
"symfony/messenger": "^7.0",
"symfony/messenger": "^6.0||^7.0",
"symfony/phpunit-bridge": "^6.0||^7.0"
},
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions src/Messenger/Middleware/CorrelationIdMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
class CorrelationIdMiddleware implements MiddlewareInterface
{
/**
* @SuppressWarnings(PHPMD.StaticAccess)
*
* @throws \Exception
*/
public function handle(Envelope $envelope, StackInterface $stack): Envelope
Expand Down

0 comments on commit 4371891

Please sign in to comment.