consider the following: ```php $result = SomeObject::get()->byID(3); if ($result) { ... } ``` In this situation, phpstan will fail with an always true boolean expression.
consider the following:
In this situation, phpstan will fail with an always true boolean expression.