Skip to content

Commit f0c0fd9

Browse files
committed
fix moodle code checker issues
1 parent 933158b commit f0c0fd9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

classes/local/backup/restore_lifecycle_workflow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function execute(bool $force = false) {
8787
$this->check_subplugin_validity();
8888
if (empty($this->errors) || $force) {
8989
// If all loaded data is valid, the new workflow and the steps can be stored in the database.
90-
// If we force the import, we empty the errors;
90+
// If we force the import, we empty the errors.
9191
$this->errors = [];
9292
$this->persist();
9393
}

step/email/tests/privacy/provider_test.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
//
1414
// You should have received a copy of the GNU General Public License
1515
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
16+
1617
/**
1718
* Unit tests for the lifecyclestep_email implementation of the privacy API.
1819
*
@@ -21,6 +22,7 @@
2122
* @author Philipp Memmel
2223
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2324
*/
25+
2426
namespace lifecyclestep_email\privacy;
2527

2628
use context_course;

0 commit comments

Comments
 (0)