Skip to content

Commit

Permalink
chore: Prevent triggering a PSR-12 violation prior to the CC check
Browse files Browse the repository at this point in the history
Signed-off-by: Héctor Arroyo <[email protected]>
  • Loading branch information
hectoras authored Mar 15, 2024
1 parent 5fef44d commit dba742f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/classes/class.QtiTestService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit dba742f

Please sign in to comment.