mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
php style fixes
This commit is contained in:
@@ -265,8 +265,6 @@ class Event implements HasCenterInterface, HasScopeInterface, TrackCreationInter
|
||||
/**
|
||||
* Set label.
|
||||
*
|
||||
* @param string $label
|
||||
*
|
||||
* @return Event
|
||||
*/
|
||||
public function setName(?string $label)
|
||||
|
@@ -146,7 +146,6 @@ class EventType
|
||||
/**
|
||||
* Set active.
|
||||
*
|
||||
*
|
||||
* @return EventType
|
||||
*/
|
||||
public function setActive(bool $active)
|
||||
|
@@ -81,7 +81,6 @@ class Role
|
||||
/**
|
||||
* Set active.
|
||||
*
|
||||
*
|
||||
* @return Role
|
||||
*/
|
||||
public function setActive(bool $active)
|
||||
|
@@ -81,7 +81,6 @@ class Status
|
||||
/**
|
||||
* Set active.
|
||||
*
|
||||
*
|
||||
* @return Status
|
||||
*/
|
||||
public function setActive(bool $active)
|
||||
|
Reference in New Issue
Block a user