Add exception annotation to openDepartmentGateForCommand method for clarity

This commit is contained in:
Jeppe Bundgaard
2026-03-26 16:38:48 +01:00
parent 2ba9c30b85
commit b0ed00cb0c
@@ -222,6 +222,9 @@ trait selfserve_lane_command_t
: $department_gates->getExitGate($department_id);
}
/**
* @throws Exception
*/
protected function openDepartmentGateForCommand(department_gates_o $gate): void
{
$gate->openGate();