diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-12-20 20:50:27 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-12-20 20:50:27 +0000 |
| commit | 59bbc16f037da9ae0066631f1ba506063ff5f011 (patch) | |
| tree | 8272345978698e6d9dfe790b0d79e03e262917d8 /app/Services/MediaFileService.php | |
| parent | 8a3784e1cb0eb2b1a30cbc8315959982f69047e6 (diff) | |
| download | webtrees-59bbc16f037da9ae0066631f1ba506063ff5f011.tar.gz webtrees-59bbc16f037da9ae0066631f1ba506063ff5f011.tar.bz2 webtrees-59bbc16f037da9ae0066631f1ba506063ff5f011.zip | |
Unused imports
Diffstat (limited to 'app/Services/MediaFileService.php')
| -rw-r--r-- | app/Services/MediaFileService.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Services/MediaFileService.php b/app/Services/MediaFileService.php index 76565d6caf..a56b2e1deb 100644 --- a/app/Services/MediaFileService.php +++ b/app/Services/MediaFileService.php @@ -40,8 +40,6 @@ use function assert; use function dirname; use function ini_get; use function intdiv; -use function intval; -use function ltrim; use function min; use function pathinfo; use function preg_match; @@ -54,7 +52,6 @@ use function substr; use function trim; use const PATHINFO_EXTENSION; -use const PHP_INT_MAX; use const UPLOAD_ERR_OK; /** |
