Skip to content

Commit

Permalink
Merge pull request #101 from teapot-php/dependabot/composer/ergebnis/…
Browse files Browse the repository at this point in the history
…php-cs-fixer-config-6.17.0

composer(deps-dev): bump ergebnis/php-cs-fixer-config from 6.13.1 to 6.17.0
  • Loading branch information
localheinz committed Jan 1, 2024
2 parents d21810d + 1b92776 commit 28cf747
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 29 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
"ergebnis/php-cs-fixer-config": "^6.13.1",
"ergebnis/php-cs-fixer-config": "^6.17.0",
"vimeo/psalm": "^5.18.0"
},
"config": {
Expand Down
51 changes: 24 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/RFC/RFC7231.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ interface RFC7231 extends IETFStream, ProposedStandard
* developers can decide whether to use CONTINUING or CONTINUE_ as their
* preferred choice of constant.
*
* @see Teapot\StatusCode\RFC\RFC7231:CONTINUING
* @see RFC7231:CONTINUING
* @var int
*/
public const CONTINUE_ = self::CONTINUING;
Expand Down

0 comments on commit 28cf747

Please sign in to comment.