Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Jul 23, 2024
1 parent 8b5c676 commit b0abdf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ImportBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ class ImportBundle extends Bundle implements PluginInterface
TimesheetDeactivated::DISABLED_ACTIVITY_ERROR, TimesheetDeactivated::DISABLED_PROJECT_ERROR, TimesheetDeactivated::DISABLED_CUSTOMER_ERROR, // timesheet deactivated current codes
TimesheetLockdown::PERIOD_LOCKED, // lockdown is obviously not necessary to check here
TimesheetLongRunning::LONG_RUNNING, TimesheetLongRunning::MAXIMUM, TimesheetZeroDuration::ZERO_DURATION_ERROR, // if this was allowed in the past, it should be imported

];
}

0 comments on commit b0abdf5

Please sign in to comment.