mirror of
https://github.com/danog/Valinor.git
synced 2025-01-22 05:11:52 +01:00
Daniil Gentili
afcedf9e56
Allows the usage of boolean values, as follows: ```php class Foo { /** @var int|false */ public readonly int|bool $value; } ```