Valinor/tests/Unit/Definition/Repository
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
..
Cache feat: initial release 2021-11-28 18:21:56 +01:00
Reflection feat: handle multiline type declaration 2021-12-01 09:45:33 +01:00