Dorian Villet

Results 33 issues of Dorian Villet

### 🚀 Describe the Feature Hello! This is probably personal, but I like to write anonymous functions like this and find it more readable : ```php $shortLine = static fn...

Type: Enhancement

Hello there, A picture is worth a 1000 words: ```diff ---------- begin diff ---------- @@ -8,9 +8,11 @@ class SomeClass { public function __construct( - #[JMS\Expose, JMS\Type('integer')] + #[JMS\Expose, +...

### Version 5.6.5 ### Description Let's say you have a property like this one : ```php /** * @var array */ #[Assert\NotNull, Assert\Count(min: 1)] public array $someMap; ``` The generated...

bug