summaryrefslogtreecommitdiff
path: root/app/Factories
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-02-19 10:31:03 +0000
committerGreg Roach <greg@subaqua.co.uk>2025-02-20 11:52:08 +0000
commit5aa89145798e701ba33c061d10bafe3922d42bef (patch)
tree238ba1b64e5398cc249d4aeb6c5d3ec19a28a0d7 /app/Factories
parent7ed595cddf45a30d37579fdfe74fab2ec7be706c (diff)
downloadwebtrees-5aa89145798e701ba33c061d10bafe3922d42bef.tar.gz
webtrees-5aa89145798e701ba33c061d10bafe3922d42bef.tar.bz2
webtrees-5aa89145798e701ba33c061d10bafe3922d42bef.zip
Code Style
Diffstat (limited to 'app/Factories')
-rw-r--r--app/Factories/IdFactory.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/Factories/IdFactory.php b/app/Factories/IdFactory.php
index abf2b1d837..74ab98efcd 100644
--- a/app/Factories/IdFactory.php
+++ b/app/Factories/IdFactory.php
@@ -23,15 +23,10 @@ use Fisharebest\Webtrees\Contracts\IdFactoryInterface;
use Ramsey\Uuid\Exception\RandomSourceException;
use Ramsey\Uuid\Uuid;
-use function dechex;
use function hexdec;
use function sprintf;
-use function str_pad;
use function str_split;
use function strtoupper;
-use function substr;
-
-use const STR_PAD_LEFT;
/**
* Create a unique identifier.