mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +00:00
Fix tests and create coverage
This commit is contained in:
parent
8ec60c5f5c
commit
791ac41f8f
|
|
@ -14,8 +14,6 @@
|
|||
declare(strict_types = 1);
|
||||
namespace Modules\Support;
|
||||
|
||||
use phpOMS\Pattern\Multition;
|
||||
|
||||
/**
|
||||
* Issue class.
|
||||
*
|
||||
|
|
@ -25,7 +23,7 @@ use phpOMS\Pattern\Multition;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class Issue implements Multition
|
||||
class Issue
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -14,8 +14,6 @@
|
|||
declare(strict_types = 1);
|
||||
namespace Modules\Support;
|
||||
|
||||
use phpOMS\Pattern\Multition;
|
||||
|
||||
/**
|
||||
* Issue class.
|
||||
*
|
||||
|
|
@ -25,7 +23,7 @@ use phpOMS\Pattern\Multition;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class Message implements Multition
|
||||
class Message
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user