Passed
Branch master (380e00)
by Greg
20:17
created
app/Schema/Migration5.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 namespace Fisharebest\Webtrees\Schema;
17 17
 
18 18
 use Fisharebest\Webtrees\Database;
19
-use Fisharebest\Webtrees\Tree;
20 19
 
21 20
 /**
22 21
  * Upgrade the database schema from version 5 to version 6.
Please login to merge, or discard this patch.
app/Media.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 namespace Fisharebest\Webtrees;
17 17
 
18 18
 use Fisharebest\Webtrees\Functions\FunctionsPrintFacts;
19
-use League\Glide\Urls\UrlBuilderFactory;
20 19
 
21 20
 /**
22 21
  * A GEDCOM media (OBJE) object.
Please login to merge, or discard this patch.
app/Report/ReportHtml.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Fisharebest\Webtrees\Controller\PageController;
19 19
 use Fisharebest\Webtrees\Functions\FunctionsRtl;
20 20
 use Fisharebest\Webtrees\I18N;
21
-use Fisharebest\Webtrees\Media;
22 21
 use Fisharebest\Webtrees\MediaFile;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.
mediafirewall.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 use League\Flysystem\Filesystem;
23 23
 use League\Glide\Filesystem\FileNotFoundException;
24 24
 use League\Glide\ServerFactory;
25
-use League\Glide\Signatures\SignatureFactory;
26 25
 use League\Glide\Signatures\SignatureException;
26
+use League\Glide\Signatures\SignatureFactory;
27 27
 use Throwable;
28 28
 
29 29
 /** @global Tree $WT_TREE */
Please login to merge, or discard this patch.
resources/views/layouts/default.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php use Fisharebest\Webtrees\Database; ?>
1
+<?php  ?>
2 2
 <?php use Fisharebest\Webtrees\DebugBar; ?>
3 3
 <?php use Fisharebest\Webtrees\I18N; ?>
4 4
 <!DOCTYPE html>
Please login to merge, or discard this patch.