Valinor/tests/Unit
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: require and make use of vfsStream library 2022-05-08 16:48:15 +02:00
Definition feat: handle literal boolean true / false types 2022-05-09 21:14:46 +02:00
Mapper test: require and make use of vfsStream library 2022-05-08 16:48:15 +02:00
Type feat: handle literal boolean true / false types 2022-05-09 21:14:46 +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