diff options
Diffstat (limited to 'app/Elements')
| -rw-r--r-- | app/Elements/MultimediaFileReference.php | 2 | ||||
| -rw-r--r-- | app/Elements/NameOfFamilyFile.php | 1 | ||||
| -rw-r--r-- | app/Elements/SexXValue.php | 4 | ||||
| -rw-r--r-- | app/Elements/SourceData.php | 2 |
4 files changed, 0 insertions, 9 deletions
diff --git a/app/Elements/MultimediaFileReference.php b/app/Elements/MultimediaFileReference.php index 694bd45406..2cc3cc3f59 100644 --- a/app/Elements/MultimediaFileReference.php +++ b/app/Elements/MultimediaFileReference.php @@ -22,8 +22,6 @@ namespace Fisharebest\Webtrees\Elements; use Fisharebest\Webtrees\Tree; use function preg_match; -use function strpos; -use function trim; /** * MULTIMEDIA_FILE_REFERENCE := {Size=1:30} diff --git a/app/Elements/NameOfFamilyFile.php b/app/Elements/NameOfFamilyFile.php index b8c210c84c..e366620db1 100644 --- a/app/Elements/NameOfFamilyFile.php +++ b/app/Elements/NameOfFamilyFile.php @@ -23,7 +23,6 @@ use Fisharebest\Webtrees\Tree; use function mb_substr; use function pathinfo; -use function str_ends_with; use function strtolower; use const PATHINFO_EXTENSION; diff --git a/app/Elements/SexXValue.php b/app/Elements/SexXValue.php index 20ff029c36..8417fe7760 100644 --- a/app/Elements/SexXValue.php +++ b/app/Elements/SexXValue.php @@ -20,10 +20,6 @@ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; use Fisharebest\Webtrees\I18N; -use Fisharebest\Webtrees\Tree; - -use function strtoupper; -use function view; /** * A modification to the standard SEX record, which allows 'X'. diff --git a/app/Elements/SourceData.php b/app/Elements/SourceData.php index 8a83f06f13..5c9feb7f39 100644 --- a/app/Elements/SourceData.php +++ b/app/Elements/SourceData.php @@ -19,8 +19,6 @@ declare(strict_types=1); namespace Fisharebest\Webtrees\Elements; -use Fisharebest\Webtrees\Tree; - /** * SOUR:DATA is an empty element with children; EVEN, AGNC and NOTE. */ |
