mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 19:13:49 +00:00
cs: Autofix coding standard based on updated rules.
This commit is contained in:
@@ -629,7 +629,7 @@ class AccompanyingPeriod implements
|
||||
return [[self::STEP_DRAFT, self::STEP_CONFIRMED]];
|
||||
}
|
||||
|
||||
throw new LogicException('no validation group permitted with this step: '.$this->getStep());
|
||||
throw new LogicException('no validation group permitted with this step: ' . $this->getStep());
|
||||
}
|
||||
|
||||
public function getId(): ?int
|
||||
|
Reference in New Issue
Block a user