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 6729f00 commit 4371891Copy full SHA for 4371891
composer.json
@@ -11,7 +11,7 @@
11
"squizlabs/php_codesniffer": "^3.9",
12
"symfony/config": "^6.0||^7.0",
13
"symfony/dependency-injection": "^6.0||^7.0",
14
- "symfony/messenger": "^7.0",
+ "symfony/messenger": "^6.0||^7.0",
15
"symfony/phpunit-bridge": "^6.0||^7.0"
16
},
17
"license": "MIT",
src/Messenger/Middleware/CorrelationIdMiddleware.php
@@ -16,6 +16,8 @@
class CorrelationIdMiddleware implements MiddlewareInterface
{
18
/**
19
+ * @SuppressWarnings(PHPMD.StaticAccess)
20
+ *
21
* @throws \Exception
22
*/
23
public function handle(Envelope $envelope, StackInterface $stack): Envelope
0 commit comments