php style fixes

This commit is contained in:
2024-04-23 21:22:29 +02:00
parent deaab80270
commit 38fcccfd83
41 changed files with 216 additions and 641 deletions

View File

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

View File

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

View File

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

View File

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