diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-07-22 10:28:42 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-07-22 10:28:42 +0100 |
| commit | 42e9894dd4c0701a4011c759fd7cd47bcd899c20 (patch) | |
| tree | b77c0902a9bcc07badec0f70d8fd007edea8bcb6 /app | |
| parent | f1cfa4074cdaa1b16b298b60e8e9fea37fd62a76 (diff) | |
| download | webtrees-42e9894dd4c0701a4011c759fd7cd47bcd899c20.tar.gz webtrees-42e9894dd4c0701a4011c759fd7cd47bcd899c20.tar.bz2 webtrees-42e9894dd4c0701a4011c759fd7cd47bcd899c20.zip | |
CodeStyle
Diffstat (limited to 'app')
| -rw-r--r-- | app/Services/SearchService.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Services/SearchService.php b/app/Services/SearchService.php index 5e0a495359..5f657c2e4e 100644 --- a/app/Services/SearchService.php +++ b/app/Services/SearchService.php @@ -55,7 +55,6 @@ use function mb_stripos; use function preg_match; use function preg_quote; use function preg_replace; - use function str_ends_with; use function str_starts_with; |
