Commit 408d29b
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments