Completed
Pull Request — development (#812)
by
unknown
04:52
created
htdocs/log.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 block discarded – undo
3 3
  * for license information see LICENSE.md
4 4
  ***************************************************************************/
5 5
 
6
-use Oc\FieldNotes\Entity\FieldNote;
7 6
 use Oc\FieldNotes\Enum\LogType as FieldNotesLogType;
8 7
 use Oc\FieldNotes\Persistence\FieldNoteEntity;
9 8
 use Oc\FieldNotes\Persistence\FieldNoteService;
10
-use Oc\GeoCache\Entity\GeocacheLog;
11 9
 use Oc\GeoCache\Enum\GeoCacheType;
12 10
 use Oc\GeoCache\Enum\LogType as GeoCacheLogType;
13 11
 use Oc\GeoCache\Enum\NeedMaintenance;
Please login to merge, or discard this patch.
htdocs/lib2/edithelper.inc.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,6 @@
 block discarded – undo
6 6
 
7 7
 // used in both lib1 and lib2 code
8 8
 
9
-use OcLegacy\Editor\EditorConstants;
10
-
11 9
 require_once __DIR__ . '/smiley.inc.php';
12 10
 
13 11
 
Please login to merge, or discard this patch.
htdocs_symfony/src/Controller/Backend/CachesController.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -10,14 +10,9 @@
 block discarded – undo
10 10
 use Symfony\Component\HttpFoundation\Request;
11 11
 use Symfony\Component\HttpFoundation\Response;
12 12
 use Symfony\Component\Routing\Annotation\Route;
13
-use Oc\Repository\Exception\RecordAlreadyExistsException;
14
-use Oc\Repository\Exception\RecordNotFoundException;
15
-use Oc\Repository\Exception\RecordNotPersistedException;
16
-use Oc\Repository\Exception\RecordsNotFoundException;
17 13
 use Oc\Repository\CachesRepository;
18 14
 use Oc\Repository\UserRepository;
19 15
 use Oc\Repository\SecurityRolesRepository;
20
-use Oc\Entity\CachesEntity;
21 16
 
22 17
 class CachesController extends AbstractController
23 18
 {
Please login to merge, or discard this patch.