Skip to content

Feature/instantiated classes defaults#13

Merged
Exanlv merged 9 commits into
mainfrom
feature/instantiated-classes-defaults
Jun 25, 2026
Merged

Feature/instantiated classes defaults#13
Exanlv merged 9 commits into
mainfrom
feature/instantiated-classes-defaults

Conversation

@Exanlv

@Exanlv Exanlv commented Jun 23, 2026

Copy link
Copy Markdown
Owner

Adds support for the following syntax

class MyClass
{
    public function myMethod(SomeClass $someArg = new SomeClass()) // <---
    {
    }
}

@Exanlv Exanlv merged commit ef42e34 into main Jun 25, 2026
2 checks passed
@Exanlv Exanlv deleted the feature/instantiated-classes-defaults branch June 26, 2026 16:55
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.

1 participant