Egor
Egor
Hello, I think `getClass` method of `ParamConverter` class should be nullable I had phpstan error in my custom converter when I'm trying to check `if ($configuration->getClass() === null)` I can...
Hello, nice bundle. How about generating request ID for console commands too?
When I work with two tabs with class names like: MyClass and MyClassTest sometime it replace one name by another at class defenition my settings: ``` { "php.suggest.basic": false, "editor.quickSuggestions":...
Hi, @glensc , first of all thank you for supporting this package
Hi, first of all I want to say thank you for this awesome tool! I found that in composer.json autoload section there is a section "[exclude-from-classmap](https://getcomposer.org/doc/04-schema.md#exclude-files-from-classmaps)" that can be helpfull...
### Description When I deserialize `{"values":["1","2","3"]}` to the class: ```php final class Test { /** @var array */ private array $values; /** @var array */ public function __construct(array $values) {...