From 4a329a6c01c20d02be68ca91d0a95e583f97cbe1 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Fri, 25 Jun 2021 10:15:39 +0100 Subject: Remove unused imports --- app/GedcomRecord.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'app') diff --git a/app/GedcomRecord.php b/app/GedcomRecord.php index e9a32d088b..8ddebdde83 100644 --- a/app/GedcomRecord.php +++ b/app/GedcomRecord.php @@ -34,21 +34,16 @@ use Illuminate\Support\Collection; use function addcslashes; use function app; use function array_combine; -use function array_filter; use function array_keys; use function array_map; -use function array_merge; use function array_search; use function array_shift; -use function array_values; use function assert; use function count; use function date; use function e; use function explode; -use function implode; use function in_array; -use function max; use function md5; use function preg_match; use function preg_match_all; @@ -59,13 +54,9 @@ use function range; use function route; use function str_contains; use function str_pad; -use function str_repeat; -use function str_starts_with; use function strtoupper; -use function substr_count; use function trim; -use const ARRAY_FILTER_USE_KEY; use const PHP_INT_MAX; use const PREG_SET_ORDER; use const STR_PAD_LEFT; -- cgit v1.3