Andy Palmer
Andy Palmer
What's the best way of updating the PR to target 4.4? I tried to change the base via github but it brought across hundreds of other commits.
Closing as this issue has been fixed in Symfony 6.3 (https://github.com/symfony/symfony/pull/50059)
Another idea to throw into the mix: It'd be great to be able to Ctrl + Click through to either the component class and/or template :)
@ker0x it doesn't seem to work for me: [Screencast from 14-12-23 17:26:06.webm](https://github.com/Haehnchen/idea-php-symfony2-plugin/assets/6660584/4ed1c5a8-6f27-41b0-80a7-0c4ef9c5dfe2) Which versions of PhpStorm and the plugin are you using? I'm on PhpStorm 2023.3.1 and 2022.1.261 of the...
@ker0x how odd. Only difference I can see is that your component is namespaced. Which version of Symfony and the Twig UX component is that on? I tested on Symfony...
Still experiencing this issue in: node v4.5.0 Grunt v1.0.1 grunt-contrib-watch v1.0.0 Ubuntu 14.04.5 LTS My watch task file pattern is: `src/assets/img/**/*` Deleting `src/assets/img/dir/file.jpg` fires a `watch` event. Deleting `src/assets/img/dir` does...
We're seeing the same issue as @soyuka. Looks like it will be fixed once #57617 is merged
I have worked around this one for now by prefixing the phpdoc with `@psalm-` (you could use `@phpstan-` instead both SA tools read both AFAIK): ```php namespace App\Entity; use Doctrine\Common\Collections\ReadableCollection;...
We're currently getting hit by the same issue, it'd be great to know if there are plans to support this at some point :) As another example, this is failing...