Skip to content

Commit

Permalink
Merge pull request #1627 from ergebnis/feature/phpstan
Browse files Browse the repository at this point in the history
Enhancement: Update `phpstan/phpstan` and `rector/rector`
  • Loading branch information
localheinz authored Jan 8, 2025
2 parents 839cca7 + 59c28aa commit c2018f9
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 70 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"ergebnis/data-provider": "^3.4.0",
"ergebnis/license": "^2.6.0",
"ergebnis/php-cs-fixer-config": "^6.40.0",
"ergebnis/phpstan-rules": "^2.5.0",
"ergebnis/phpstan-rules": "^2.6.0",
"ergebnis/phpunit-slow-test-detector": "^2.17.0",
"fakerphp/faker": "^1.24.1",
"infection/infection": "~0.27.11",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.8",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.1",
"phpstan/phpstan": "^2.1.1",
"phpstan/phpstan-deprecation-rules": "^2.0.1",
"phpstan/phpstan-phpunit": "^2.0.3",
"phpstan/phpstan-strict-rules": "^2.0.1",
"phpunit/phpunit": "^10.5.27",
"rector/rector": "^1.2.10",
"rector/rector": "^2.0.6",
"roave/backward-compatibility-check": "^8.6.0"
},
"autoload": {
Expand Down
118 changes: 59 additions & 59 deletions composer.lock

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

6 changes: 1 addition & 5 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
parameters:
ignoreErrors:
-
message: "#^Method Ergebnis\\\\Package\\\\Test\\\\Unit\\\\ExampleTest\\:\\:faker\\(\\) is protected, but since the containing class is final, it can be private\\.$#"
count: 1
path: test/Unit/ExampleTest.php
ignoreErrors: []

0 comments on commit c2018f9

Please sign in to comment.