Valinor/tests/Unit
Romain Canon 790df8a3b8 feat: handle float value type
Allows the usage of float values, as follows:

```php
class Foo
{
    /** @var 404.42|1337.42 */
    public readonly float $value;
}
```
2022-05-09 19:17:22 +02:00
..
Cache test: require and make use of vfsStream library 2022-05-08 16:48:15 +02:00
Definition test: rename test 2022-05-08 16:48:15 +02:00
Mapper test: require and make use of vfsStream library 2022-05-08 16:48:15 +02:00
Type feat: handle float value type 2022-05-09 19:17:22 +02:00
Utility feat: allow psalm and phpstan prefix in docblocks 2022-05-05 19:40:11 +02:00
MapperBuilderTest.php misc: bump dev-dependencies 2022-05-06 14:00:43 +02:00