mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-05-19 19:38:41 +00:00
Automated formatting changes
This commit is contained in:
parent
94cd4e8b7c
commit
6dbd273178
|
|
@ -14,8 +14,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\Media\Admin;
|
||||
|
||||
use phpOMS\Module\UninstallerAbstract;
|
||||
|
||||
/**
|
||||
* Uninstaller class.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user