Valinor/tests/Integration
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
..
Cache feat: improve cache warmup 2022-06-23 11:00:38 +02:00
Mapping fix: allow trailing comma in shaped array 2022-08-30 21:20:28 +02:00
IntegrationTest.php feat: allow injecting a cache implementation that is used by the mapper 2022-05-23 20:28:02 +02:00