diff --git a/core/modules/workflows/src/Plugin/WorkflowTypeBase.php b/core/modules/workflows/src/Plugin/WorkflowTypeBase.php index ba7c28ca3c..9cd0fef04f 100644 --- a/core/modules/workflows/src/Plugin/WorkflowTypeBase.php +++ b/core/modules/workflows/src/Plugin/WorkflowTypeBase.php @@ -286,7 +286,8 @@ protected static function labelWeightMultisort($objects) { $weights, SORT_NUMERIC, SORT_ASC, // When objects have the same weight, sort them alphabetically by label. $labels, SORT_NATURAL, SORT_ASC, - // Ensure that the keys (the object IDs) are sorted in the same order as the weights. + // Ensure that the keys (the object IDs) are sorted in the same order as + // the weights. $keys ); // Combine keys and weights to make sure the weights are keyed with the