Completed
Pull Request — master (#835)
by Rico
13:13
created
app/Report/ReportParserSetup.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\Report;
17 17
 
18 18
 use Fisharebest\Webtrees\Auth;
19
-use Fisharebest\Webtrees\Date;
20 19
 use Fisharebest\Webtrees\I18N;
21 20
 
22 21
 /**
Please login to merge, or discard this patch.
app/Controller/FamilyController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 
18 18
 use Fisharebest\Webtrees\Auth;
19 19
 use Fisharebest\Webtrees\Family;
20
-use Fisharebest\Webtrees\Filter;
21 20
 use Fisharebest\Webtrees\Functions\Functions;
22 21
 use Fisharebest\Webtrees\Functions\FunctionsPrint;
23 22
 use Fisharebest\Webtrees\Functions\FunctionsPrintFacts;
Please login to merge, or discard this patch.
app/Controller/GedcomRecordController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 use Fisharebest\Webtrees\Note;
30 30
 use Fisharebest\Webtrees\Repository;
31 31
 use Fisharebest\Webtrees\Source;
32
-use Fisharebest\Webtrees\Tree;
33 32
 
34 33
 /**
35 34
  * Base controller for all GedcomRecord controllers
Please login to merge, or discard this patch.
app/Controller/IndividualController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Fisharebest\Webtrees\Fact;
21 21
 use Fisharebest\Webtrees\Family;
22 22
 use Fisharebest\Webtrees\Filter;
23
-use Fisharebest\Webtrees\Functions\FunctionsDb;
24 23
 use Fisharebest\Webtrees\Functions\FunctionsPrint;
25 24
 use Fisharebest\Webtrees\Functions\FunctionsPrintFacts;
26 25
 use Fisharebest\Webtrees\GedcomCode\GedcomCodeName;
Please login to merge, or discard this patch.
app/Controller/RepositoryController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Fisharebest\Webtrees\I18N;
21 21
 use Fisharebest\Webtrees\Menu;
22 22
 use Fisharebest\Webtrees\Module;
23
-use Fisharebest\Webtrees\Repository;
24 23
 
25 24
 /**
26 25
  * Controller for the repository page
Please login to merge, or discard this patch.
app/Controller/SourceController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Fisharebest\Webtrees\I18N;
21 21
 use Fisharebest\Webtrees\Menu;
22 22
 use Fisharebest\Webtrees\Module;
23
-use Fisharebest\Webtrees\Source;
24 23
 
25 24
 /**
26 25
  * Controller for the source page
Please login to merge, or discard this patch.
includes/session.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\Theme\AdministrationTheme;
20 20
 use PDOException;
21
-use Throwable;
22 21
 
23 22
 /**
24 23
  * This is the bootstrap script, that is run on every request.
Please login to merge, or discard this patch.