Ejemplo n.º 1
0
 protected function syncModifiedExecution(Execution $execution, array $syncData)
 {
     $execution->setSyncData($syncData);
     $execution->setSyncState(Execution::SYNC_STATE_NO_CHANGE);
     $this->debug('Sync modified {execution}', ['execution' => (string) $execution]);
 }