Automated formatting changes

This commit is contained in:
Formatter Bot 2021-10-03 07:18:46 +00:00
parent 94cd4e8b7c
commit 6dbd273178
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -51,7 +51,9 @@ class Media implements \JsonSerializable
* @var null|int|MediaType
* @since 1.0.0
*/
public null|int|MediaType $type = null;
public null | int |
MediaType $type = null;
/**
* Extension.