From e4b035d6a4ec5384f17626f32afe843cddee0f3a Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Sun, 3 Oct 2021 07:22:59 +0000 Subject: [PATCH] Automated formatting changes --- Admin/Uninstaller.php | 2 -- Models/Tag.php | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index a677488..dba6c85 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -14,8 +14,6 @@ declare(strict_types=1); namespace Modules\Tag\Admin; -use phpOMS\Module\UninstallerAbstract; - /** * Uninstaller class. * diff --git a/Models/Tag.php b/Models/Tag.php index ef187a6..5881ae0 100755 --- a/Models/Tag.php +++ b/Models/Tag.php @@ -43,7 +43,9 @@ class Tag implements \JsonSerializable, ArrayableInterface * @var string|TagL11n * @since 1.0.0 */ - protected string|TagL11n $title = ''; + protected string | + +TagL11n $title = ''; /** * Color RGBA.