Skip to content

Commit 408d29b

Browse files
authored
Workaround downgrade to phpstan 0.12.42
After the latest release of phpstan/phpstan 0.12.43 we run into reflection errors. Issue has been reported on the mglaman/drupal-check project: mglaman/drupal-check#186 Quick fix for a project using this would be to manually require the previous version for the time being: composer require phpstan/phpstan:"0.12.42"
1 parent efe042b commit 408d29b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"phpmd/phpmd": "^2.9",
1717
"phpro/grumphp": "^0.18.1",
1818
"phpspec/prophecy": "^1.10",
19+
"phpstan/phpstan": "0.12.42",
1920
"phpstan/phpstan-deprecation-rules": "^0.12.5",
2021
"phpunit/phpunit": "^7.5",
2122
"sebastian/phpcpd": "^4.0",

0 commit comments

Comments
 (0)