phpstan-drupal
phpstan-drupal copied to clipboard
EntityQueryDynamicReturnTypeExtension: use `while` on chained methods in `execute`
In EntityQueryDynamicReturnTypeExtension we check for various instances. If any fail, we could try what phpstan-doctrine does by using a while loop to find the root.
See https://github.com/phpstan/phpstan-doctrine/blob/1.3.x/src/Type/Doctrine/DBAL/QueryBuilder/QueryBuilderExecuteMethodExtension.php#L46