phpstan-drupal icon indicating copy to clipboard operation
phpstan-drupal copied to clipboard

EntityQueryDynamicReturnTypeExtension: use `while` on chained methods in `execute`

Open mglaman opened this issue 3 years ago • 0 comments

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

mglaman avatar Apr 13 '22 19:04 mglaman