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
331331 /**
332332 * Sends HTTP headers.
333333 *
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
335335 *
336336 * @return $this
337337 */
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public function getCallback(): ?\Closure
6868 /**
6969 * This method only sends the headers once.
7070 *
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
7272 *
7373 * @return $this
7474 */
You can’t perform that action at this time.
0 commit comments