mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-16 10:57:45 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -68,7 +68,7 @@ class Charge extends AbstractElement implements HasCentersInterface
|
||||
return $this->charge;
|
||||
}
|
||||
|
||||
public function getHelp()
|
||||
public function getHelp(): ?string
|
||||
{
|
||||
return $this->help;
|
||||
}
|
||||
@@ -78,7 +78,7 @@ class Charge extends AbstractElement implements HasCentersInterface
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getId()
|
||||
public function getId(): ?int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user