Skip to content

Conversation

@TomasVotruba
Copy link
Member

@TomasVotruba TomasVotruba commented Oct 11, 2025

Follow up to #7466

@TomasVotruba TomasVotruba enabled auto-merge (squash) October 11, 2025 08:44
@TomasVotruba TomasVotruba merged commit d0866a8 into main Oct 11, 2025
53 checks passed
@TomasVotruba TomasVotruba deleted the tv-bare-getters branch October 11, 2025 08:46

// skip complex cases
if ($assign->expr instanceof MethodCall) {
if ($assign->expr instanceof MethodCall && $assign->expr->args !== []) {
Copy link
Member

Choose a reason for hiding this comment

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

I think general CallLike instance can be used, so it can be long static call:

        $first =  Some::cal(a, b, c, d, e, f, g, h, i, j, k, l, m, n):
        $second =  Some::call(a, b, c);

Copy link
Member

Choose a reason for hiding this comment

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

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.

3 participants