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

Für den FeldTyp 'datetime' wird falscher Code erzeugt. #19

Open
timeceeper opened this issue Sep 2, 2024 · 2 comments
Open

Für den FeldTyp 'datetime' wird falscher Code erzeugt. #19

timeceeper opened this issue Sep 2, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@timeceeper
Copy link

Typname datetime

/* Meindatum */
/** @api */
public function getMeindatum() : ?string {
	return $this->getValue("meindatum");
}
/** @api */
public function setMeindatum(string $datetime) : self {
	$this->getValue("meindatum", $datetime);
	return $this;
}

Bei setMeindatum müsste es ein $this->setValue sein.

@timeceeper
Copy link
Author

betrifft be_media, be_link auch.

@alxndr-w
Copy link
Member

alxndr-w commented Sep 2, 2024

Danke, ist mir auch schon aufgefallen. Gerne direkt korrigieren und als PR reinpacken.

@alxndr-w alxndr-w added the bug Something isn't working label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants