Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
doyouhaobaby committed Dec 3, 2024
1 parent 16b207f commit f4d024b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"composer-runtime-api": ">=2.1",
"godruoyi/php-snowflake": "^3.1.1",
"guzzlehttp/guzzle": "^7.9.2",
"hunzhiwange/framework": "^2.0.2",
"hunzhiwange/framework": "dev-master",
"nesbot/carbon": "^3.8.2",
"nyholm/psr7": "^1.8.2",
"spiral/dumper": "^2.14.1",
"spiral/roadrunner": "^2.12.1",
"symfony/psr-http-message-bridge": "^7.1.6"
"symfony/psr-http-message-bridge": "^7.2.0"
},
"require-dev": {
"codedungeon/php-cli-colors": "^1.12.2",
Expand Down
5 changes: 5 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ parameters:
- '#[\S\s]+Swoole[\S\s]+\.#'
- '#[\S\s]+throws checked exception ValueError but it\''s missing from the PHPDoc @throws tag\.#'
- '#Constructor of class [\S\s]+ has an unused parameter [\S\s]+\.#'
- '#Trait [\S\s]+ is used zero times and is not analysed\.#'
- '#implements generic interface#'
- '#extends generic class#'
- '#with generic class#'
- '#always evaluate to true#'
exceptions:
uncheckedExceptionClasses:
- 'PHPStan\ShouldNotHappenException'
Expand Down

0 comments on commit f4d024b

Please sign in to comment.