Closed (fixed)
Project:
Upgrade Status
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 May 2019 at 12:00 UTC
Updated:
10 Jul 2019 at 15:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
gábor hojtsyComment #5
gábor hojtsyI rolled this back due to incompatibilties between phpstan-drupal and phpstan requirements. Conflicts documented on https://github.com/phpstan/phpstan/issues/2150#issuecomment-496930998 in the phpstan realm at least. phpstan-drupal rules out nette/di 3 so it cannot take a phpstan needing nette/schema 1 so I rolled back to two phpstan versions back for now.
Comment #6
gábor hojtsyphpstan-drupal update was released, taking the new versions then.
Comment #9
gábor hojtsyI put this on a separate branch for now given the issues that turned out to be more complicated then anticipated. In the meantime people have more pressing issues with alpha3 that we should resolve so we should not keep this on the main 1.x branch until it works cleanly.
Comment #10
kfritscheWith my comment in https://github.com/mglaman/phpstan-drupal/pull/71 the upgrade to newest version of phpstan would work.
Comment #11
mglamanRemove @dev?
Could this be committed and I will work on a fix in phpstan-drupal, as HEAD isn't working anyways, correct?
Comment #13
gábor hojtsyCommitted this again so @mglaman has an easier time to work out a fix on the phpstan-drupal side where the bug looks like is.
Comment #15
gábor hojtsyThis allowed to further categorize results, so now we have this UI:
Comment #16
oknateExcellent! Thanks!