mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-07 04:58:42 +00:00
Merge branch 'develop' of https://github.com/Orange-Management/oms-Media into develop
This commit is contained in:
commit
83c113299a
|
|
@ -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