we could have a `$type->isFalse()->yes()`/`$type->isTrue()->yes()` to `$type->toBoolean()->isFalse()->yes()`/`$type->toBoolean()->isTrue()->yes()` mutator. it would make us aware of false/falsey coverage. idea from https://github.com/phpstan/phpstan-src/pull/4473#discussion_r2472191214