mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
Fix cs and phpstan issues
This commit is contained in:
@@ -276,7 +276,7 @@ class Event implements HasCenterInterface, HasScopeInterface, TrackCreationInter
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
public function getScope(): ?Scope
|
||||
public function getScope(): Scope
|
||||
{
|
||||
return $this->getCircle();
|
||||
}
|
||||
@@ -390,14 +390,19 @@ class Event implements HasCenterInterface, HasScopeInterface, TrackCreationInter
|
||||
$this->documents = $documents;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
public function getOrganizationCost(): string
|
||||
{
|
||||
return $this->organizationCost;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
public function setOrganizationCost(string $organizationCost): void
|
||||
{
|
||||
$this->organizationCost = $organizationCost;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user