Skip to content

Conversation

@staabm
Copy link
Contributor

@staabm staabm commented Nov 30, 2025

No description provided.


public function analyseExpr(Stmt $stmt, Expr $expr, GeneratorScope $scope, ExpressionContext $context, ?callable $alternativeNodeCallback): Generator
{
$result = yield new ExprAnalysisRequest($stmt, $expr->expr, $scope, $context->enterDeep(), $alternativeNodeCallback);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

used enterDeep as in

$result = $this->processExprNode($stmt, $expr->expr, $scope, $nodeCallback, $context->enterDeep());

@ondrejmirtes ondrejmirtes merged commit c8c00f5 into phpstan:2.1.x Nov 30, 2025
606 of 637 checks passed
@ondrejmirtes
Copy link
Member

Thank you!

@staabm staabm deleted the not branch November 30, 2025 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants