Valinor/tests/Integration/Mapping/Fixture
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
..
NativeUnionOfObjects.php feat: introduce automatic union of objects inferring during mapping 2022-01-07 13:41:15 +01:00
NativeUnionValues.php feat: handle literal boolean true / false types 2022-05-09 21:14:46 +02:00
ReadonlyValues.php misc: bump dev-dependencies 2022-05-06 14:00:43 +02:00
SimpleObject.php feat: initial release 2021-11-28 18:21:56 +01:00