Automated formatting changes

This commit is contained in:
Formatter Bot 2021-10-03 07:22:59 +00:00
parent 205208fbd4
commit e4b035d6a4
2 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,6 @@ declare(strict_types=1);
namespace Modules\Tag\Admin;
use phpOMS\Module\UninstallerAbstract;
/**
* Uninstaller class.
*

View File

@ -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.