Valinor/tests/Functional
Daniil Gentili afcedf9e56
feat: handle literal boolean true / false types
Allows the usage of boolean values, as follows:

```php
class Foo
{
    /** @var int|false */
    public readonly int|bool $value;
}
```
2022-05-09 21:14:46 +02:00
..
Definition/Repository/Cache/Compiler feat: handle literal boolean true / false types 2022-05-09 21:14:46 +02:00
Type/Parser/Lexer feat: handle literal boolean true / false types 2022-05-09 21:14:46 +02:00