From 623150910691c56a892cae4f763ffa6103ecf137 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 27 Jan 2023 22:12:09 +0100 Subject: [PATCH] phpstan, phpcs, phpunit fixes --- Models/CostCenterMapper.php | 4 ++-- Models/CostObjectMapper.php | 4 ++-- Theme/Backend/Lang/api.en.lang.php | 16 ---------------- 3 files changed, 4 insertions(+), 20 deletions(-) delete mode 100755 Theme/Backend/Lang/api.en.lang.php diff --git a/Models/CostCenterMapper.php b/Models/CostCenterMapper.php index 069593d..c963926 100755 --- a/Models/CostCenterMapper.php +++ b/Models/CostCenterMapper.php @@ -40,7 +40,7 @@ final class CostCenterMapper extends DataMapperFactory /** * Has many relation. * - * @var array + * @var array * @since 1.0.0 */ public const HAS_MANY = [ @@ -56,7 +56,7 @@ final class CostCenterMapper extends DataMapperFactory /** * Model to use by the mapper. * - * @var string + * @var class-string * @since 1.0.0 */ public const MODEL = CostCenter::class; diff --git a/Models/CostObjectMapper.php b/Models/CostObjectMapper.php index 0586e4d..abf9cb6 100755 --- a/Models/CostObjectMapper.php +++ b/Models/CostObjectMapper.php @@ -40,7 +40,7 @@ final class CostObjectMapper extends DataMapperFactory /** * Has many relation. * - * @var array + * @var array * @since 1.0.0 */ public const HAS_MANY = [ @@ -56,7 +56,7 @@ final class CostObjectMapper extends DataMapperFactory /** * Model to use by the mapper. * - * @var string + * @var class-string * @since 1.0.0 */ public const MODEL = CostObject::class; diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php deleted file mode 100755 index abbc028..0000000 --- a/Theme/Backend/Lang/api.en.lang.php +++ /dev/null @@ -1,16 +0,0 @@ - [ -]];