diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-10-13 09:54:28 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-10-13 10:01:17 +0100 |
| commit | a5068f91b4349f8a5e47576f9dd749d221f61a10 (patch) | |
| tree | 4ed076d311b4a0a1ea07c35e995429fdea800aed /app/Report | |
| parent | 4d6566ee572501eb9bf81505ea36aa4bec63806b (diff) | |
| download | webtrees-a5068f91b4349f8a5e47576f9dd749d221f61a10.tar.gz webtrees-a5068f91b4349f8a5e47576f9dd749d221f61a10.tar.bz2 webtrees-a5068f91b4349f8a5e47576f9dd749d221f61a10.zip | |
Remove unused imports
Diffstat (limited to 'app/Report')
| -rw-r--r-- | app/Report/ReportHtmlCell.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Report/ReportHtmlCell.php b/app/Report/ReportHtmlCell.php index 48e89f3cd4..a3d82bc52b 100644 --- a/app/Report/ReportHtmlCell.php +++ b/app/Report/ReportHtmlCell.php @@ -21,7 +21,6 @@ namespace Fisharebest\Webtrees\Report; use function str_contains; use function str_replace; -use function stripos; /** * Class ReportHtmlCell |
