Minor: Format code - refs BT#21074

pull/4900/head
Angel Fernando Quiroz Campos 2 years ago committed by Angel Fernando Quiroz Campos
parent 0df164df85
commit e8af495908
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 1
      plugin/exercisefocused/pages/export.php
  2. 1
      plugin/exercisefocused/src/ExerciseFocusedPlugin.php

@ -151,7 +151,6 @@ foreach ($results as $result) {
$data[] = $row;
}
} elseif (ALL_ON_ONE_PAGE === $quizType) {
}
$data[] = [];

@ -2,7 +2,6 @@
/* For licensing terms, see /license.txt */
use Chamilo\CoreBundle\Entity\TrackEExercises;
use Chamilo\CourseBundle\Entity\CTool;
use Chamilo\PluginBundle\ExerciseFocused\Entity\Log;
use Doctrine\ORM\Tools\SchemaTool;

Loading…
Cancel
Save