diff --git a/core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php b/core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php index fc7e247264..a33915ca86 100644 --- a/core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php +++ b/core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php @@ -24,9 +24,9 @@ class WorkflowStateTransitionOperationsAccessCheck implements AccessInterface { * state, a state does not have data and it's not a required state. * * For the update and delete operations, a workflow and a state or transition - * is required in the route for the access check to be applied. For add, only - * a workflow is required. The '_workflow_access' requirement translates into - * access checks on the workflow entity type in the formats: + * is required in the route for the access check to be applied. For the "add" + * operation, only a workflow is required. The '_workflow_access' requirement + * translates into access checks on the workflow entity type in the formats: * - @code"$operation-state:$state_id"@endcode * - @code"$operation-transition:$transition_id"@endcode *