File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ public function prepare(Request $request): static
331
331
/**
332
332
* Sends HTTP headers.
333
333
*
334
- * @param null| positive-int $statusCode The status code to use, override the statusCode property if set and not null
334
+ * @param positive-int|null $statusCode The status code to use, override the statusCode property if set and not null
335
335
*
336
336
* @return $this
337
337
*/
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public function getCallback(): ?\Closure
68
68
/**
69
69
* This method only sends the headers once.
70
70
*
71
- * @param null| positive-int $statusCode The status code to use, override the statusCode property if set and not null
71
+ * @param positive-int|null $statusCode The status code to use, override the statusCode property if set and not null
72
72
*
73
73
* @return $this
74
74
*/
You can’t perform that action at this time.
0 commit comments