diff --git a/Admin/Installer.php b/Admin/Installer.php index 24c5965..35e70f7 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -26,4 +26,11 @@ use phpOMS\Module\InstallerAbstract; */ final class Installer extends InstallerAbstract { + /** + * Path of the file + * + * @var string + * @since 1.0.0 + */ + public const PATH = __DIR__; } diff --git a/Admin/Status.php b/Admin/Status.php index b7b6f8f..7d03e88 100755 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -26,4 +26,11 @@ use phpOMS\Module\StatusAbstract; */ final class Status extends StatusAbstract { + /** + * Path of the file + * + * @var string + * @since 1.0.0 + */ + public const PATH = __DIR__; } diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index a9bebd9..f1eecdf 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -24,6 +24,13 @@ use phpOMS\Module\UninstallerAbstract; * @link https://orange-management.org * @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__; } diff --git a/Models/ClientAttributeType.php b/Models/ClientAttributeType.php index 3ea913d..69b836b 100755 --- a/Models/ClientAttributeType.php +++ b/Models/ClientAttributeType.php @@ -68,9 +68,7 @@ class ClientAttributeType implements \JsonSerializable, ArrayableInterface * * @var string | ClientAttributeTypeL11n */ - protected string | - -ClientAttributeTypeL11n $l11n; + protected string|ClientAttributeTypeL11n $l11n; /** * Possible default attribute values diff --git a/Models/ClientAttributeTypeL11n.php b/Models/ClientAttributeTypeL11n.php index 27fb954..e0b65b0 100755 --- a/Models/ClientAttributeTypeL11n.php +++ b/Models/ClientAttributeTypeL11n.php @@ -41,9 +41,7 @@ class ClientAttributeTypeL11n implements \JsonSerializable, ArrayableInterface * @var int|ClientAttributeType * @since 1.0.0 */ - protected int | - -ClientAttributeType $type = 0; + protected int|ClientAttributeType $type = 0; /** * Language.