mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-17 06:41:24 +00:00
rector rules: apply rule with level 0
This commit is contained in:
@@ -152,7 +152,7 @@ class EntityWorkflowSend implements TrackCreationInterface
|
||||
|
||||
public function increaseErrorTrials(): void
|
||||
{
|
||||
$this->numberOfErrorTrials = $this->numberOfErrorTrials + 1;
|
||||
$this->numberOfErrorTrials += 1;
|
||||
}
|
||||
|
||||
public function getDestinee(): string|ThirdParty
|
||||
|
||||
Reference in New Issue
Block a user