Skip to content

Commit

Permalink
DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus authored and nicolas-grekas committed Oct 29, 2023
1 parent 1b56e82 commit 7354902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public function prepare(Request $request): static
/**
* Sends HTTP headers.
*
* @param null|positive-int $statusCode The status code to use, override the statusCode property if set and not null
* @param positive-int|null $statusCode The status code to use, override the statusCode property if set and not null
*
* @return $this
*/
Expand Down
2 changes: 1 addition & 1 deletion StreamedResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function getCallback(): ?\Closure
/**
* This method only sends the headers once.
*
* @param null|positive-int $statusCode The status code to use, override the statusCode property if set and not null
* @param positive-int|null $statusCode The status code to use, override the statusCode property if set and not null
*
* @return $this
*/
Expand Down

0 comments on commit 7354902

Please sign in to comment.