Dezső BICZÓ

Results 141 comments of Dezső BICZÓ

#49937 is another related issue where the root cause relies in depending on the HTTP Kernel component.

and stdClass is the correct type-hint in this case: https://github.com/phpstan/phpstan/discussions/7009 https://phpstan.org/blog/solving-phpstan-access-to-undefined-property#universal-object-crates

This was POC that I ran locally and figured that this can be the root cause. ``` $ cd /tmp $ composer config cache-dir In ConfigCommand.php line 206: File "./composer.json"...

Okay, so this is already addressed in #233

I haven't tested it, but I assume the ignore feature comes with the same limitation atm. https://github.com/phpstan/extension-installer?tab=readme-ov-file#ignoring-a-particular-extension

Drupal [added](https://github.com/drupal/recommended-project/blob/11.x/composer.json#L36) phpstan/extension installer a default enabled plugin to its composer project. When we create new sandbox project from this composer project template the extension installer is already enabled. When...

Thanks @ondrejmirtes , sorry, my focus was shifted and I also realized that this might be a chicken and egg problem and the plugin has no way to react to...

10.1.5, I also tried to rearrange things in my local, but did not help,maybe I did not do it right.

No it is not :( ![image](https://github.com/mglaman/phpstan-drupal/assets/1755573/af8a2428-791d-404c-9538-73b4dd72d9a8)

:arrow_up: same here. I see that #620 was dropped long time ago, probably due to the lack of Symfony 6 support or these packages were abandoned sooner, but as of...