Fix PHPdoc

This commit is contained in:
Sebastian Meyer 2024-01-08 22:53:24 +01:00
parent f108f19d2e
commit f238ebf527
2 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,7 @@
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-strict-rules":"^1.5",
"phpstan/phpstan-strict-rules": "^1.5",
"friendsofphp/php-cs-fixer": "^3.45"
},
"provide": {

View File

@ -108,6 +108,8 @@ class QueueRequestHandler implements RequestHandlerInterface
* @param ?int $exitCode Exit code after sending out the response or NULL to continue
*
* @return void
*
* @throws RuntimeException
*/
public function respond(?int $exitCode = null): void
{