mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-14 00:08:41 +00:00
Models cannot be final because of NullModels
This commit is contained in:
parent
881af7bd5a
commit
eb2ef14d20
|
|
@ -22,7 +22,7 @@ namespace Modules\Media\Models;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Collection extends Media implements \Iterator
|
class Collection extends Media implements \Iterator
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ namespace Modules\Media\Models;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Media
|
class Media
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,6 @@ namespace Modules\Media\Models;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class NullCollection extends Collection
|
class NullCollection extends Collection
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,6 @@ namespace Modules\Media\Models;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class NullMedia extends Media
|
class NullMedia extends Media
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ use phpOMS\System\File\FileUtils;
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @codeCoverageIgnore
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
final class UploadFile
|
class UploadFile
|
||||||
{
|
{
|
||||||
public const PATH_GENERATION_LIMIT = 1000;
|
public const PATH_GENERATION_LIMIT = 1000;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user