phpcs, static and unit test fixes

This commit is contained in:
Dennis Eichhorn 2021-10-03 09:16:47 +02:00
parent 7aafde80df
commit a733b28d0a
5 changed files with 24 additions and 7 deletions

View File

@ -26,4 +26,11 @@ use phpOMS\Module\InstallerAbstract;
*/ */
final class Installer extends InstallerAbstract final class Installer extends InstallerAbstract
{ {
/**
* Path of the file
*
* @var string
* @since 1.0.0
*/
public const PATH = __DIR__;
} }

View File

@ -26,4 +26,11 @@ use phpOMS\Module\StatusAbstract;
*/ */
final class Status extends StatusAbstract final class Status extends StatusAbstract
{ {
/**
* Path of the file
*
* @var string
* @since 1.0.0
*/
public const PATH = __DIR__;
} }

View File

@ -24,6 +24,13 @@ use phpOMS\Module\UninstallerAbstract;
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0
*/ */
final class Uninstaller extends UninstallerAbstract final class Installer extends InstallerAbstract
{ {
/**
* Path of the file
*
* @var string
* @since 1.0.0
*/
public const PATH = __DIR__;
} }

View File

@ -68,9 +68,7 @@ class ClientAttributeType implements \JsonSerializable, ArrayableInterface
* *
* @var string | ClientAttributeTypeL11n * @var string | ClientAttributeTypeL11n
*/ */
protected string | protected string|ClientAttributeTypeL11n $l11n;
ClientAttributeTypeL11n $l11n;
/** /**
* Possible default attribute values * Possible default attribute values

View File

@ -41,9 +41,7 @@ class ClientAttributeTypeL11n implements \JsonSerializable, ArrayableInterface
* @var int|ClientAttributeType * @var int|ClientAttributeType
* @since 1.0.0 * @since 1.0.0
*/ */
protected int | protected int|ClientAttributeType $type = 0;
ClientAttributeType $type = 0;
/** /**
* Language. * Language.