Valinor/tests/Functional
Romain Canon bf445b5364 fix: allow trailing comma in shaped array
Allows the following syntax:

```php
/**
 * @var array{
 * 	   foo: string,
 *     bar: int,
 * }
 */
 ```
2022-08-30 21:20:28 +02:00
..
Definition/Repository/Cache/Compiler misc: fetch attributes for function definition 2022-08-29 23:09:15 +02:00
Type/Parser/Lexer fix: allow trailing comma in shaped array 2022-08-30 21:20:28 +02:00