Skip to content

Commit 7354902

Browse files
keradusnicolas-grekas
authored andcommitted
DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer
1 parent 1b56e82 commit 7354902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

StreamedResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)