Fix PHPdoc
This commit is contained in:
parent
f108f19d2e
commit
f238ebf527
|
@ -36,7 +36,7 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpstan/phpstan": "^1.10",
|
"phpstan/phpstan": "^1.10",
|
||||||
"phpstan/phpstan-strict-rules":"^1.5",
|
"phpstan/phpstan-strict-rules": "^1.5",
|
||||||
"friendsofphp/php-cs-fixer": "^3.45"
|
"friendsofphp/php-cs-fixer": "^3.45"
|
||||||
},
|
},
|
||||||
"provide": {
|
"provide": {
|
||||||
|
|
|
@ -108,6 +108,8 @@ class QueueRequestHandler implements RequestHandlerInterface
|
||||||
* @param ?int $exitCode Exit code after sending out the response or NULL to continue
|
* @param ?int $exitCode Exit code after sending out the response or NULL to continue
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
|
*
|
||||||
|
* @throws RuntimeException
|
||||||
*/
|
*/
|
||||||
public function respond(?int $exitCode = null): void
|
public function respond(?int $exitCode = null): void
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue