Completed
Pull Request — development (#695)
by Nick
16:16
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/src/Oc/Command/CreateWebCacheCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Leafo\ScssPhp\Compiler;
9 9
 use RecursiveDirectoryIterator;
10 10
 use RecursiveIteratorIterator;
11
-use RegexIterator;
12 11
 use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
13 12
 use Symfony\Component\Console\Exception\InvalidArgumentException;
14 13
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.