Skip to content

PHP8,.4 Compat#2760

Merged
dantleech merged 11 commits intomasterfrom
84
Oct 12, 2024
Merged

PHP8,.4 Compat#2760
dantleech merged 11 commits intomasterfrom
84

Conversation

@dantleech
Copy link
Copy Markdown
Collaborator

No description provided.

private BuilderFactory $factory,
private Updater $updater,
Parser $parser = null
?Parser $parser = null
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If we upgraded to php8.1 This would not have to be null and could be promoted to this:

private Parser $parser = new Parser(),

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