This commit is contained in:
2025-12-22 13:42:45 +01:00
parent 741f655cfc
commit f3486e851a
14 changed files with 4 additions and 29 deletions

View File

@@ -152,7 +152,7 @@ class EntityWorkflowSend implements TrackCreationInterface
public function increaseErrorTrials(): void
{
$this->numberOfErrorTrials += 1;
++$this->numberOfErrorTrials;
}
public function getDestinee(): string|ThirdParty