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

@ -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
{