Fix PHPdoc
This commit is contained in:
parent
f108f19d2e
commit
f238ebf527
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue