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