Valinor/tests/Unit/Definition/Repository/Reflection
Romain Canon d99c59dfb5 feat: handle multiline type declaration
The following type will now be handled:

```php
/**
 * @var array{
 *     foo: string,
 *     bar: int
 * }
 */
public array $foo;
```
2021-12-01 09:45:33 +01:00
..
ReflectionClassDefinitionRepositoryTest.php feat: handle multiline type declaration 2021-12-01 09:45:33 +01:00