Skip to content

Commit

Permalink
Merge pull request #12 from ergebnis/feature/phpstan-rules
Browse files Browse the repository at this point in the history
Enhancement: Use ergebnis/phpstan-rules instead of localheinz/phpstan-rules
  • Loading branch information
localheinz committed Dec 9, 2019
2 parents 72ee58c + 0ef698f commit 018ab7e
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 67 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,11 +18,11 @@
"localheinz/php-cs-fixer-config": "*"
},
"require-dev": {
"ergebnis/phpstan-rules": "~0.14.0",
"ergebnis/test-util": "~0.9.0",
"infection/infection": "~0.14.2",
"jangregor/phpstan-prophecy": "~0.4.2",
"localheinz/composer-normalize": "^1.3.1",
"localheinz/phpstan-rules": "~0.13.0",
"phpstan/extension-installer": "^1.0.3",
"phpstan/phpstan": "~0.11.19",
"phpstan/phpstan-deprecation-rules": "~0.11.2",
Expand Down
132 changes: 69 additions & 63 deletions composer.lock

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

7 changes: 4 additions & 3 deletions phpstan.neon
Expand Up @@ -2,9 +2,10 @@ includes:
- phpstan-baseline.neon

parameters:
classesAllowedToBeExtended:
- Ergebnis\PhpCsFixer\Config\RuleSet\AbstractRuleSet
- Ergebnis\PhpCsFixer\Config\Test\Unit\RuleSet\AbstractRuleSetTestCase
ergebnis:
classesAllowedToBeExtended:
- Ergebnis\PhpCsFixer\Config\RuleSet\AbstractRuleSet
- Ergebnis\PhpCsFixer\Config\Test\Unit\RuleSet\AbstractRuleSetTestCase
inferPrivatePropertyTypeFromConstructor: true
level: max
paths:
Expand Down

0 comments on commit 018ab7e

Please sign in to comment.