Skip to content

Conversation

silasjoisten
Copy link
Collaborator

No description provided.

@silasjoisten silasjoisten self-assigned this May 15, 2025
Comment on lines +18 to +23
private Engine $engine;

public function __construct(?Engine $engine = null)
{
$this->engine = $engine ?? new Engine();
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
private Engine $engine;
public function __construct(?Engine $engine = null)
{
$this->engine = $engine ?? new Engine();
}
public function __construct(private Engine $engine = new Engine())
{
}

?


return [
{{functionNames}}
];
Copy link
Collaborator

Choose a reason for hiding this comment

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

newline

{{functionNames}}
],
);
};
Copy link
Collaborator

Choose a reason for hiding this comment

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

newline

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