Valinor/tests/Unit/Definition/Repository
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
..
Cache test: rename test 2022-05-08 16:48:15 +02:00
Reflection feat: handle literal boolean true / false types 2022-05-09 21:14:46 +02:00