Skip to content

Commit

Permalink
Minor: Format code - refs BT#21074
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Oct 6, 2023
1 parent c48f466 commit a46e5e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion plugin/exercisefocused/src/Controller/DetailController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Chamilo\PluginBundle\ExerciseFocused\Controller;

use Chamilo\CoreBundle\Entity\TrackEExercises;
use Chamilo\CourseBundle\Entity\CQuiz;
use Chamilo\PluginBundle\ExerciseFocused\Entity\Log;
use Display;
use Doctrine\ORM\OptimisticLockException;
Expand Down
1 change: 0 additions & 1 deletion plugin/exercisemonitoring/admin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?php

/* For licensing terms, see /license.txt */

11 changes: 0 additions & 11 deletions plugin/exercisemonitoring/src/Controller/DetailController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@

namespace Chamilo\PluginBundle\ExerciseMonitoring\Controller;

use Chamilo\CoreBundle\Entity\TrackEAttempt;
use Chamilo\CoreBundle\Entity\TrackEExercises;
use Chamilo\CourseBundle\Entity\CQuiz;
use Chamilo\CourseBundle\Entity\CQuizQuestion;
use Chamilo\PluginBundle\ExerciseMonitoring\Entity\Log;
use Chamilo\UserBundle\Entity\User;
use Display;
use Doctrine\ORM\EntityManager;
Expand All @@ -17,9 +15,6 @@
use Exception;
use Exercise;
use ExerciseMonitoringPlugin;
use HTML_Table;
use Symfony\Component\Filesystem\Filesystem;
use Symfony\Component\HttpFoundation\File\UploadedFile;
use Symfony\Component\HttpFoundation\Request as HttpRequest;
use Symfony\Component\HttpFoundation\Response as HttpResponse;

Expand Down Expand Up @@ -121,12 +116,6 @@ private function generateHeader(Exercise $objExercise, User $student, TrackEExer
);
}

/**
* @param array $logs
* @param int $userId
*
* @return string
*/
private function generateSnapshotList(array $logs, int $userId): string
{
$pluginDirName = api_get_path(WEB_UPLOAD_PATH).'plugins/exercisemonitoring';
Expand Down

0 comments on commit a46e5e8

Please sign in to comment.