Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(refactoring): Use dedicated templates for generation#695

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
silasjoisten wants to merge2 commits intomaster
base:master
Choose a base branch
Loading
fromfeature/use-templates

Conversation

@silasjoisten
Copy link
Collaborator

No description provided.

@silasjoistensilasjoisten self-assigned thisMay 15, 2025
Comment on lines +18 to +23
privateEngine$engine;

publicfunction__construct(?Engine$engine =null)
{
$this->engine =$engine ??newEngine();
}
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;
publicfunction __construct(?Engine$engine =null)
{
$this->engine =$engine ??newEngine();
}
publicfunction __construct(privateEngine$engine =newEngine())
{
}

?


return [
{{functionNames}}
]; No newline at end of file
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}}
],
);
}; No newline at end of file
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 freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@OskarStarkOskarStarkOskarStark left review comments

Assignees

@silasjoistensilasjoisten

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@silasjoisten@OskarStark

[8]ページ先頭

©2009-2025 Movatter.jp