Valinor/tests/Functional
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
..
Definition/Repository/Cache/Compiler feat: handle float value type 2022-05-09 19:17:22 +02:00
Type/Parser/Lexer feat: handle float value type 2022-05-09 19:17:22 +02:00