Andreas

Results 46 comments of Andreas

I mention it more because I don't know the exact motivations behind the methods, so I don't want to presume, and sometimes some methods exist but are more internal or...

I am not sure how adding a QR code SVG image in a canvas element via the Javascript drawImage function (as that is the very specific case of that bug)...

Why not keep the old syntax as it is (`{{ foo(barValue='bar', booValue='boo') }}` will continue to be snakecased) and change the behavior for a syntax that is nearer to PHP...

One more small reason: PHPStorm also marks the current way of qualifying the namespace with "not found", because without the leading `\` it assumes it is a relative namespace.

Today the images were updated to PHP 8.3.6, so this was likely fixed. Keeping the issue open just in case there is something further to investigate why most images were...

By the way, the following does work: 'label' => /** * @Desc("Amount") */ $this->translator->trans('email.payment_amount', [], 'domain') . ':', So @Desc just seems to break in some situations, but not in...

@jrfnl Would contributing help though? There are so many pull requests already waiting (you seem to have already fixed this issue for quite some time, for example, thanks for that!)...

I cannot confirm this: if I change the contents of a @Desc annotation and run translation:extract the is updated - while stays the same. The one thing which could be...

Boundaries should be included in the user agent string - usually they don't change easily, for example a / or a space before and/or after a name. In the case...

I am having the same issue (with PhpStorm 2024.1.2 and Symfony Support Plugin 2024.1.274), routes seem to be ignored/not found if the Route attribute is preceded by another attribute.