Revert "php style fixes"

This reverts commit 38fcccfd83.
This commit is contained in:
2024-04-24 10:09:25 +02:00
parent 38fcccfd83
commit 3929602f59
41 changed files with 642 additions and 217 deletions

View File

@@ -265,6 +265,8 @@ class Event implements HasCenterInterface, HasScopeInterface, TrackCreationInter
/**
* Set label.
*
* @param string $label
*
* @return Event
*/
public function setName(?string $label)

View File

@@ -146,6 +146,7 @@ class EventType
/**
* Set active.
*
*
* @return EventType
*/
public function setActive(bool $active)

View File

@@ -81,6 +81,7 @@ class Role
/**
* Set active.
*
*
* @return Role
*/
public function setActive(bool $active)

View File

@@ -81,6 +81,7 @@ class Status
/**
* Set active.
*
*
* @return Status
*/
public function setActive(bool $active)