Valinor/tests/Fake
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 feat: initial release 2021-11-28 18:21:56 +01:00
Definition fix: handle function definition cache invalidation when file is modified 2022-04-06 18:24:16 +02:00
Mapper refactor: regroup object inferring strategies 2022-02-19 19:58:28 +01:00
Type feat: handle literal boolean true / false types 2022-05-09 21:14:46 +02:00
FakeReflector.php feat: initial release 2021-11-28 18:21:56 +01:00