Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing type-hints #57

Merged
merged 1 commit into from
Feb 5, 2025
Merged

Conversation

deguif
Copy link
Contributor

@deguif deguif commented Feb 5, 2025

No description provided.

@@ -463,7 +405,7 @@ public function setSubtitleLocalizedKey(?string $subtitleLocalizedKey): self
return $this;
}

public function getSubtitleLocalizedArguments(): ?string
public function getSubtitleLocalizedArguments(): ?array
Copy link
Contributor Author

Choose a reason for hiding this comment

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

BC break, but the type-hint was wrong for this method

@mcfedr mcfedr merged commit ddc8277 into mcfedr:master Feb 5, 2025
8 checks passed
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