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

Type hinting setter #31

Merged
merged 10 commits into from
Dec 11, 2023
Merged

Type hinting setter #31

merged 10 commits into from
Dec 11, 2023

Conversation

schorschy
Copy link
Member

No description provided.

@schorschy schorschy requested a review from alxndr-w November 30, 2023 14:50
Comment on lines 21 to 25
public function setEntries(rex_yform_manager_collection $entries): self
{
$this->setValue('entry_ids', $entries);
return $this;
}
Copy link
Member

Choose a reason for hiding this comment

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

Da macht's keinen Sinn, denn Entries werden hier nur abgefragt.

lib/neues_entry.php Outdated Show resolved Hide resolved
lib/neues_category.php Outdated Show resolved Hide resolved
@alxndr-w alxndr-w merged commit 3f6b6f5 into main Dec 11, 2023
1 check passed
@alxndr-w alxndr-w deleted the type-hinting-setter branch December 11, 2023 09:49
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