rector rules: apply rule with level 0

This commit is contained in:
2025-11-03 18:16:07 +01:00
parent 2ca88d786c
commit 6999919d9f
55 changed files with 98 additions and 65 deletions

View File

@@ -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