Commit Graph

2 Commits

Author SHA1 Message Date
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
Romain Canon
396f64a524 feat: initial release
🎉
2021-11-28 18:21:56 +01:00