Valinor/tests
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
..
Fake feat: handle literal boolean true / false types 2022-05-09 21:14:46 +02:00
Fixture misc: remove symfony/polyfill-php80 dependency 2022-04-09 17:44:32 +02:00
Functional feat: handle literal boolean true / false types 2022-05-09 21:14:46 +02:00
Integration feat: handle literal boolean true / false types 2022-05-09 21:14:46 +02:00
StaticAnalysis test: configure vimeo/psalm to verify type inference 2022-01-13 19:55:20 +01:00
Traits feat: initial release 2021-11-28 18:21:56 +01:00
Unit feat: handle literal boolean true / false types 2022-05-09 21:14:46 +02:00