From 62d75bb12adaa5f037b682632ded8c5c53592b32 Mon Sep 17 00:00:00 2001 From: Justus Dieckmann Date: Tue, 20 Feb 2024 16:55:40 +0100 Subject: [PATCH] Fix PHPDocs --- classes/local/backup/restore_lifecycle_workflow.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/classes/local/backup/restore_lifecycle_workflow.php b/classes/local/backup/restore_lifecycle_workflow.php index 36fb71a1..ceb22fe8 100644 --- a/classes/local/backup/restore_lifecycle_workflow.php +++ b/classes/local/backup/restore_lifecycle_workflow.php @@ -176,6 +176,9 @@ private function all_subplugins_installed() { return true; } + /** + * Calls the subplugins to check the consistency and validity of the step and trigger settings. + */ private function check_subplugin_validity() { foreach ($this->steps as $step) { $steplib = lib_manager::get_step_lib($step->subpluginname);