Skip to content

Commit

Permalink
Update phpstan packages (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 9, 2022
1 parent cc609bb commit 12b2bb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"infection/infection": "^0.26.0",
"kwn/php-rdkafka-stubs": "^2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "0.12.99",
"phpstan/phpstan-phpunit": "0.12.22",
"phpstan/phpstan-strict-rules": "0.12.11",
"phpstan/phpstan": "1.6.7",
"phpstan/phpstan-phpunit": "1.1.1",
"phpstan/phpstan-strict-rules": "1.2.3",
"phpunit/phpunit": "^9.2",
"psalm/plugin-phpunit": "^0.16.1",
"roave/infection-static-analysis-plugin": "^1.7",
Expand Down
2 changes: 2 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ parameters:
# Adds unnecessary maintanence overhead
- "~Class DateTime(Immutable)? is unsafe to use. Its methods can return FALSE instead of throwing an exception. Please add 'use Safe\\\\DateTime(Immutable)?;' at the beginning of the file to use the variant provided by the 'thecodingmachine/safe' library~"

- '~Constant SimPod\\Kafka\\Clients\\(Consumer|Producer)\\.+?Config::[A-Z_]+ is unused.~'

includes:
- phpstan-baseline.neon

0 comments on commit 12b2bb5

Please # to comment.