diff --git a/Controller/Controller.php b/Controller/Controller.php index 0950100..12e12c5 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -30,7 +30,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module path. * - * @var string + * @var string * @since 1.0.0 */ public const MODULE_PATH = __DIR__ . '/../'; @@ -38,7 +38,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module version. * - * @var string + * @var string * @since 1.0.0 */ public const MODULE_VERSION = '1.0.0'; @@ -46,7 +46,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module name. * - * @var string + * @var string * @since 1.0.0 */ public const MODULE_NAME = 'RiskManagement'; @@ -54,7 +54,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module id. * - * @var int + * @var int * @since 1.0.0 */ public const MODULE_ID = 1003000000; @@ -62,7 +62,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Providing. * - * @var string[] + * @var string[] * @since 1.0.0 */ protected static array $providing = []; @@ -70,7 +70,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Dependencies. * - * @var string[] + * @var string[] * @since 1.0.0 */ protected static array $dependencies = [ diff --git a/Models/Category.php b/Models/Category.php index b677686..4d3210c 100644 --- a/Models/Category.php +++ b/Models/Category.php @@ -27,7 +27,7 @@ class Category /** * ID. * - * @var int + * @var int * @since 1.0.0 */ protected int $id = 0; @@ -37,14 +37,14 @@ class Category /** * Description. * - * @var string + * @var string * @since 1.0.0 */ private string $description = ''; /** * Description. * - * @var string + * @var string * @since 1.0.0 */ private string $descriptionRaw = ''; diff --git a/Models/CategoryMapper.php b/Models/CategoryMapper.php index a34fbdd..94feed3 100644 --- a/Models/CategoryMapper.php +++ b/Models/CategoryMapper.php @@ -29,7 +29,7 @@ final class CategoryMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -45,7 +45,7 @@ final class CategoryMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'riskmngmt_category'; @@ -53,7 +53,7 @@ final class CategoryMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'riskmngmt_category_id'; diff --git a/Models/Cause.php b/Models/Cause.php index 85a2bef..fb28a0b 100644 --- a/Models/Cause.php +++ b/Models/Cause.php @@ -27,7 +27,7 @@ class Cause /** * ID. * - * @var int + * @var int * @since 1.0.0 */ protected int $id = 0; @@ -37,7 +37,7 @@ class Cause /** * Description. * - * @var string + * @var string * @since 1.0.0 */ private string $description = ''; @@ -45,7 +45,7 @@ class Cause /** * Description. * - * @var string + * @var string * @since 1.0.0 */ private string $descriptionRaw = ''; diff --git a/Models/CauseMapper.php b/Models/CauseMapper.php index 4caec53..117a37f 100644 --- a/Models/CauseMapper.php +++ b/Models/CauseMapper.php @@ -29,7 +29,7 @@ final class CauseMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -46,7 +46,7 @@ final class CauseMapper extends DataMapperAbstract /** * Belongs to. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $belongsTo = [ @@ -67,7 +67,7 @@ final class CauseMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'riskmngmt_cause'; @@ -75,7 +75,7 @@ final class CauseMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'riskmngmt_cause_id'; diff --git a/Models/Department.php b/Models/Department.php index 74cdd63..08b4e54 100644 --- a/Models/Department.php +++ b/Models/Department.php @@ -29,7 +29,7 @@ class Department /** * ID. * - * @var int + * @var int * @since 1.0.0 */ protected int $id = 0; diff --git a/Models/DepartmentMapper.php b/Models/DepartmentMapper.php index 9af3e17..ad78ab5 100644 --- a/Models/DepartmentMapper.php +++ b/Models/DepartmentMapper.php @@ -29,7 +29,7 @@ final class DepartmentMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -42,7 +42,7 @@ final class DepartmentMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'riskmngmt_department'; @@ -50,7 +50,7 @@ final class DepartmentMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'riskmngmt_department_id'; @@ -58,12 +58,12 @@ final class DepartmentMapper extends DataMapperAbstract /** * Has one relation. * - * @var array> + * @var array> * @since 1.0.0 */ /** * Belongs to. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $belongsTo = [ diff --git a/Models/Process.php b/Models/Process.php index 421640c..d6df00f 100644 --- a/Models/Process.php +++ b/Models/Process.php @@ -27,7 +27,7 @@ class Process /** * ID. * - * @var int + * @var int * @since 1.0.0 */ protected int $id = 0; @@ -36,14 +36,14 @@ class Process /** * Description. * - * @var string + * @var string * @since 1.0.0 */ private string $description = ''; /** * Description. * - * @var string + * @var string * @since 1.0.0 */ private string $descriptionRaw = ''; diff --git a/Models/ProcessMapper.php b/Models/ProcessMapper.php index ce830db..a001aec 100644 --- a/Models/ProcessMapper.php +++ b/Models/ProcessMapper.php @@ -30,7 +30,7 @@ final class ProcessMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -47,7 +47,7 @@ final class ProcessMapper extends DataMapperAbstract /** * Belongs to. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $belongsTo = [ @@ -64,7 +64,7 @@ final class ProcessMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'riskmngmt_process'; @@ -72,7 +72,7 @@ final class ProcessMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'riskmngmt_process_id'; diff --git a/Models/Project.php b/Models/Project.php index 8e143ce..cca815e 100644 --- a/Models/Project.php +++ b/Models/Project.php @@ -27,7 +27,7 @@ class Project /** * ID. * - * @var int + * @var int * @since 1.0.0 */ protected int $id = 0; diff --git a/Models/ProjectMapper.php b/Models/ProjectMapper.php index 811a091..d15ea0b 100644 --- a/Models/ProjectMapper.php +++ b/Models/ProjectMapper.php @@ -29,7 +29,7 @@ final class ProjectMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -42,7 +42,7 @@ final class ProjectMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'riskmngmt_project'; @@ -50,7 +50,7 @@ final class ProjectMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'riskmngmt_project_id'; @@ -58,12 +58,12 @@ final class ProjectMapper extends DataMapperAbstract /** * Has one relation. * - * @var array> + * @var array> * @since 1.0.0 */ /** * Belongs to. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $belongsTo = [ diff --git a/Models/Risk.php b/Models/Risk.php index 9f1a063..08076ab 100644 --- a/Models/Risk.php +++ b/Models/Risk.php @@ -27,7 +27,7 @@ class Risk /** * ID. * - * @var int + * @var int * @since 1.0.0 */ protected int $id = 0; @@ -35,21 +35,21 @@ class Risk /** * Name. * - * @var string + * @var string * @since 1.0.0 */ private string $name = ''; /** * Description. * - * @var string + * @var string * @since 1.0.0 */ private string $description = ''; /** * Description. * - * @var string + * @var string * @since 1.0.0 */ private string $descriptionRaw = ''; diff --git a/Models/RiskMapper.php b/Models/RiskMapper.php index 2f2e3a8..fe57f5d 100644 --- a/Models/RiskMapper.php +++ b/Models/RiskMapper.php @@ -31,7 +31,7 @@ final class RiskMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -52,7 +52,7 @@ final class RiskMapper extends DataMapperAbstract /** * Has many relation. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $hasMany = [ @@ -85,7 +85,7 @@ final class RiskMapper extends DataMapperAbstract /** * Belongs to. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $belongsTo = [ @@ -114,7 +114,7 @@ final class RiskMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'riskmngmt_risk'; @@ -122,7 +122,7 @@ final class RiskMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'riskmngmt_risk_id'; diff --git a/Models/RiskObject.php b/Models/RiskObject.php index da0e1da..926cb96 100644 --- a/Models/RiskObject.php +++ b/Models/RiskObject.php @@ -27,7 +27,7 @@ class RiskObject /** * ID. * - * @var int + * @var int * @since 1.0.0 */ protected int $id = 0; @@ -36,14 +36,14 @@ class RiskObject /** * Description. * - * @var string + * @var string * @since 1.0.0 */ private string $description = ''; /** * Description. * - * @var string + * @var string * @since 1.0.0 */ private string $descriptionRaw = ''; diff --git a/Models/RiskObjectMapper.php b/Models/RiskObjectMapper.php index 0a8c4f4..8f77544 100644 --- a/Models/RiskObjectMapper.php +++ b/Models/RiskObjectMapper.php @@ -29,7 +29,7 @@ final class RiskObjectMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -43,7 +43,7 @@ final class RiskObjectMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'riskmngmt_risk_object'; @@ -51,7 +51,7 @@ final class RiskObjectMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'riskmngmt_risk_object_id'; diff --git a/Models/Solution.php b/Models/Solution.php index 3ad843d..96c0d6c 100644 --- a/Models/Solution.php +++ b/Models/Solution.php @@ -27,7 +27,7 @@ class Solution /** * ID. * - * @var int + * @var int * @since 1.0.0 */ protected int $id = 0; @@ -36,14 +36,14 @@ class Solution /** * Description. * - * @var string + * @var string * @since 1.0.0 */ private string $description = ''; /** * Description. * - * @var string + * @var string * @since 1.0.0 */ private string $descriptionRaw = ''; diff --git a/Models/SolutionMapper.php b/Models/SolutionMapper.php index b4b27c6..443c7ba 100644 --- a/Models/SolutionMapper.php +++ b/Models/SolutionMapper.php @@ -29,7 +29,7 @@ final class SolutionMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -45,7 +45,7 @@ final class SolutionMapper extends DataMapperAbstract /** * Belongs to. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $belongsTo = [ @@ -62,7 +62,7 @@ final class SolutionMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'riskmngmt_solution'; @@ -70,7 +70,7 @@ final class SolutionMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'riskmngmt_solution_id'; diff --git a/Theme/Backend/Export/CockpitBasic.pdf.php b/Theme/Backend/Export/CockpitBasic.pdf.php index 3a428af..174d7fd 100644 --- a/Theme/Backend/Export/CockpitBasic.pdf.php +++ b/Theme/Backend/Export/CockpitBasic.pdf.php @@ -1,3 +1,3 @@