Valentin Udaltsov
Valentin Udaltsov
I could help with that, but I want to get confirmation first.
Fixes #179 - [x] make test fail - [ ] fix the issue
Hi! I suggest creating a new annotation for redirecting on some condition. Inspired by @iltar's [comment](https://github.com/symfony/symfony/issues/27204#issuecomment-387662628) if I got him right. ```php
I have a bundle which uses `bundle:path:file.yml` syntax. But since the requirements in BuilderAliasProvider are not strict enough (`2 == substr_count($name, ':')`), my custom Provider is not reached by the...
Hi! Thank you for the library. It seems that ```yaml - name: reset collectors: - type: functionName regex: ^reset$ ``` cannot find a [reset](https://www.php.net/manual/ru/function.reset.php) function. Am I doing smth wrong?
Could psalm detect such cases? https://psalm.dev/r/5a1bf51bb9 https://3v4l.org/NNsi8 Note that arrays with integer keys (not lists) can be unpacked https://3v4l.org/ddAYG.
The current implementation of `PropertyReflection::getValue()` does trigger autoloading when calling `Closure::bind`. And that makes sense, because this methods either acts on a static property of a class that should be...
Not sure if it is the plugin's problem. 1. Type blk 2. Press `tab`, see this: ```twig {% block | %} {% endblock %} ``` 3. Start typing the existing...