Skip to content

Commit ead3202

Browse files
minor #52321 DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer (keradus)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix CS | License | MIT one further step to clean the CS status-quo, aiming for all-green in long-term Commits ------- ccd78410e9 DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer
2 parents b6e3df2 + 7354902 commit ead3202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Response.php

+1-1
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

+1-1
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)