From dba742fd483cfa6a7a48d560ff71019d72eac2d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Arroyo?= Date: Fri, 15 Mar 2024 16:00:46 +0100 Subject: [PATCH] chore: Prevent triggering a PSR-12 violation prior to the CC check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Héctor Arroyo --- models/classes/class.QtiTestService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/classes/class.QtiTestService.php b/models/classes/class.QtiTestService.php index 66e62c25d..86cef1810 100644 --- a/models/classes/class.QtiTestService.php +++ b/models/classes/class.QtiTestService.php @@ -378,7 +378,7 @@ public function importMultipleTests( } // @todo Changing this file should trigger an error in the pipelines due to high CC - + // Validate the manifest (well formed XML, valid against the schema). if ($validPackage === true) { $folder = $qtiPackageParser->extract();