From 876f4aec12e3fd03d3c30b22bd9d7be6fe8297c2 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 21 Dec 2019 20:50:24 +0100 Subject: [PATCH] update baseline --- Config/phpstan-baseline.neon | 875 +---------------------------------- 1 file changed, 10 insertions(+), 865 deletions(-) diff --git a/Config/phpstan-baseline.neon b/Config/phpstan-baseline.neon index c3503bf..245973c 100644 --- a/Config/phpstan-baseline.neon +++ b/Config/phpstan-baseline.neon @@ -1,47 +1,17 @@ parameters: ignoreErrors: - - - message: "#^Instantiated class phpOMS\\\\DataStorage\\\\Session\\\\ConsoleSession not found\\.$#" - count: 1 - path: Console/ConsoleApplication.php - - - - message: "#^Property phpOMS\\\\ApplicationAbstract\\:\\:\\$sessionManager \\(phpOMS\\\\DataStorage\\\\Session\\\\SessionInterface\\|null\\) does not accept phpOMS\\\\DataStorage\\\\Session\\\\ConsoleSession\\.$#" - count: 1 - path: Console/ConsoleApplication.php - - - - message: "#^Parameter \\#1 \\$session of class phpOMS\\\\Account\\\\AccountManager constructor expects phpOMS\\\\DataStorage\\\\Session\\\\SessionInterface, phpOMS\\\\DataStorage\\\\Session\\\\ConsoleSession given\\.$#" - count: 1 - path: Console/ConsoleApplication.php - - - - message: "#^Parameter \\#1 \\$uri of method phpOMS\\\\Router\\\\WebRouter\\:\\:route\\(\\) expects string, phpOMS\\\\Message\\\\Console\\\\Request given\\.$#" - count: 1 - path: Console/ConsoleApplication.php - - - - message: "#^Cannot call method critical\\(\\) on phpOMS\\\\Log\\\\FileLogger\\|null\\.$#" - count: 2 - path: Console/ConsoleApplication.php - - message: "#^Constructor of class Install\\\\ConsoleApplication has an unused parameter \\$arg\\.$#" count: 1 path: Install/ConsoleApplication.php - - message: "#^Cannot call method add\\(\\) on phpOMS\\\\Router\\\\RouterInterface\\|null\\.$#" + message: "#^Call to an undefined method phpOMS\\\\Router\\\\RouterInterface\\:\\:add\\(\\)\\.$#" count: 2 path: Install/ConsoleApplication.php - - message: "#^Cannot call method prepare\\(\\) on PDO\\|null\\.$#" - count: 6 - path: Install/InstallAbstract.php - - - - message: "#^Cannot call method add\\(\\) on phpOMS\\\\Router\\\\RouterInterface\\|null\\.$#" + message: "#^Call to an undefined method phpOMS\\\\Router\\\\RouterInterface\\:\\:add\\(\\)\\.$#" count: 2 path: Install/WebApplication.php @@ -50,111 +20,36 @@ parameters: count: 10 path: Modules/Accounting/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 10 - path: Modules/Accounting/Controller/BackendController.php - - - - message: "#^Property Modules\\\\Accounting\\\\Models\\\\Creditor\\:\\:\\$account has unknown class Modules\\\\Accounting\\\\Models\\\\phpOMS as its type\\.$#" - count: 1 - path: Modules/Accounting/Models/Creditor.php - - - - message: "#^Method Modules\\\\Accounting\\\\Models\\\\Creditor\\:\\:getAccount\\(\\) should return int\\|Modules\\\\Admin\\\\Models\\\\Account\\|null but returns int\\|Modules\\\\Accounting\\\\Models\\\\phpOMS\\|null\\.$#" - count: 1 - path: Modules/Accounting/Models/Creditor.php - - - - message: "#^Property Modules\\\\Accounting\\\\Models\\\\Debitor\\:\\:\\$account has unknown class Modules\\\\Accounting\\\\Models\\\\phpOMS as its type\\.$#" - count: 1 - path: Modules/Accounting/Models/Debitor.php - - - - message: "#^Method Modules\\\\Accounting\\\\Models\\\\Debitor\\:\\:getAccount\\(\\) should return int\\|Modules\\\\Admin\\\\Models\\\\Account\\|null but returns int\\|Modules\\\\Accounting\\\\Models\\\\phpOMS\\|null\\.$#" - count: 1 - path: Modules/Accounting/Models/Debitor.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 5 path: Modules/AccountsPayable/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 5 - path: Modules/AccountsPayable/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 5 path: Modules/AccountsReceivable/Controller/BackendController.php - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 5 - path: Modules/AccountsReceivable/Controller/BackendController.php - - - - message: "#^Call to an undefined method phpOMS\\\\Message\\\\RequestAbstract\\:\\:getUri\\(\\)\\.$#" - count: 5 - path: Modules/Admin/Controller/ApiController.php - - - - message: "#^Cannot access property \\$appSettings on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 4 - path: Modules/Admin/Controller/ApiController.php + message: "#^Call to an undefined method phpOMS\\\\DataStorage\\\\Database\\\\BuilderAbstract\\:\\:insert\\(\\)\\.$#" + count: 2 + path: Modules/Admin/Admin/Installer.php - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:apiProfileCreateDbEntry\\(\\)\\.$#" count: 1 path: Modules/Admin/Controller/ApiController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 7 - path: Modules/Admin/Controller/ApiController.php - - - - message: "#^Cannot access property \\$eventManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 2 - path: Modules/Admin/Controller/ApiController.php - - message: "#^Argument of an invalid type array\\\\|false supplied for foreach, only iterables are supported\\.$#" count: 1 path: Modules/Admin/Controller/ApiController.php - - - message: "#^Cannot access property \\$appSettings on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Admin/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 8 path: Modules/Admin/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 11 - path: Modules/Admin/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Admin\\\\Theme\\\\Backend\\\\Components\\\\GroupTagSelector\\\\GroupTagSelectorView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/Admin/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Profile\\\\Theme\\\\Backend\\\\Components\\\\AccountGroupSelector\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/Admin/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Editor\\\\Theme\\\\Backend\\\\Components\\\\Editor\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 2 - path: Modules/Admin/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\DataStorage\\\\Database\\\\BuilderAbstract\\:\\:select\\(\\)\\.$#" count: 1 @@ -165,31 +60,16 @@ parameters: count: 2 path: Modules/Arrival/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 2 - path: Modules/Arrival/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 1 path: Modules/AssetManagement/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/AssetManagement/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 6 path: Modules/Auditor/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 7 - path: Modules/Auditor/Controller/BackendController.php - - message: "#^Method Modules\\\\Auditor\\\\Models\\\\Audit\\:\\:getCreatedAt\\(\\) should return DateTime but returns DateTime\\|null\\.$#" count: 1 @@ -200,21 +80,11 @@ parameters: count: 1 path: Modules/Balance/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Balance/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 3 path: Modules/Billing/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Billing/Controller/BackendController.php - - message: "#^Method Modules\\\\Billing\\\\Models\\\\Invoice\\:\\:getCreatedAt\\(\\) should return DateTime but returns DateTime\\|null\\.$#" count: 1 @@ -230,31 +100,11 @@ parameters: count: 1 path: Modules/BudgetManagement/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/BudgetManagement/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 1 path: Modules/Calendar/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Calendar/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Calendar\\\\Theme\\\\Backend\\\\Components\\\\Event\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/Calendar/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Calendar\\\\Theme\\\\Backend\\\\Components\\\\Calendar\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/Calendar/Controller/BackendController.php - - message: "#^Method Modules\\\\Calendar\\\\Models\\\\Calendar\\:\\:addEvent\\(\\) should return int but returns int\\|null\\.$#" count: 1 @@ -310,31 +160,16 @@ parameters: count: 4 path: Modules/Chart/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 4 - path: Modules/Chart/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 3 path: Modules/Checklist/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Checklist/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 3 path: Modules/ClientManagement/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/ClientManagement/Controller/BackendController.php - - message: "#^Access to an undefined property Modules\\\\ClientManagement\\\\Models\\\\Client\\:\\:\\$taxId\\.$#" count: 2 @@ -350,11 +185,6 @@ parameters: count: 2 path: Modules/Comments/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 2 - path: Modules/Comments/Controller/BackendController.php - - message: "#^Instantiated class Modules\\\\Comments\\\\Controller\\\\FormValidation not found\\.$#" count: 1 @@ -380,21 +210,11 @@ parameters: count: 1 path: Modules/ContractLifecycleManagement/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/ContractLifecycleManagement/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 3 path: Modules/CostCenterAccounting/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/CostCenterAccounting/Controller/BackendController.php - - message: "#^Property Modules\\\\CostCenterAccounting\\\\Models\\\\CostCenter\\:\\:\\$parent \\(int\\|Modules\\\\CostCenterAccounting\\\\Models\\\\CostCenter\\|null\\) does not accept string\\.$#" count: 1 @@ -405,41 +225,21 @@ parameters: count: 3 path: Modules/CostObjectAccounting/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/CostObjectAccounting/Controller/BackendController.php - - message: "#^Property Modules\\\\CostObjectAccounting\\\\Models\\\\CostObject\\:\\:\\$parent \\(int\\|Modules\\\\CostObjectAccounting\\\\Models\\\\CostObject\\|null\\) does not accept string\\.$#" count: 1 path: Modules/CostObjectAccounting/Models/CostObject.php - - - message: "#^Call to an undefined method phpOMS\\\\Message\\\\RequestAbstract\\:\\:getUri\\(\\)\\.$#" - count: 2 - path: Modules/Dashboard/Controller/ApiController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 1 path: Modules/Dashboard/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 2 - path: Modules/Dashboard/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 3 path: Modules/Database/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Database/Controller/BackendController.php - - message: "#^Call to static method create\\(\\) on an unknown class Modules\\\\DatabaseEditor\\\\Controller\\\\ConnectionFactory\\.$#" count: 2 @@ -455,11 +255,6 @@ parameters: count: 1 path: Modules/DatabaseEditor/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/DatabaseEditor/Controller/BackendController.php - - message: "#^Parameter \\#1 \\$media of static method Modules\\\\Draw\\\\Models\\\\DrawImage\\:\\:fromMedia\\(\\) expects Modules\\\\Media\\\\Models\\\\Media, Modules\\\\Media\\\\Models\\\\Media\\|null given\\.$#" count: 1 @@ -470,81 +265,21 @@ parameters: count: 3 path: Modules/Draw/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Draw/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 3 path: Modules/Editor/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Editor/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Editor\\\\Theme\\\\Backend\\\\Components\\\\Editor\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 2 - path: Modules/Editor/Controller/BackendController.php - - - - message: "#^Cannot access property \\$accountManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Editor/Controller/BackendController.php - - - - message: "#^Cannot access property \\$appName on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Editor/Controller/BackendController.php - - - - message: "#^Cannot access property \\$orgId on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Editor/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 3 path: Modules/EventManagement/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/EventManagement/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Tasks\\\\Theme\\\\Backend\\\\Components\\\\Tasks\\\\ListView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/EventManagement/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Calendar\\\\Theme\\\\Backend\\\\Components\\\\Calendar\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/EventManagement/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Media\\\\Theme\\\\Backend\\\\Components\\\\Media\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/EventManagement/Controller/BackendController.php - - message: "#^Method Modules\\\\EventManagement\\\\Models\\\\Event\\:\\:getCreatedAt\\(\\) should return DateTime but returns DateTime\\|null\\.$#" count: 1 path: Modules/EventManagement/Models/Event.php - - - message: "#^Call to an undefined method phpOMS\\\\Message\\\\RequestAbstract\\:\\:getUri\\(\\)\\.$#" - count: 1 - path: Modules/Exchange/Controller/ApiController.php - - - - message: "#^Cannot access property \\$dbPool on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Exchange/Controller/ApiController.php - - message: "#^PHPDoc tag @return with type void is incompatible with native type phpOMS\\\\Contract\\\\RenderableInterface\\.$#" count: 1 @@ -555,11 +290,6 @@ parameters: count: 5 path: Modules/Exchange/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 5 - path: Modules/Exchange/Controller/BackendController.php - - message: "#^Method Modules\\\\Exchange\\\\Controller\\\\BackendController\\:\\:viewExchangeDashboard\\(\\) with return type void returns phpOMS\\\\Views\\\\View but should not return anything\\.$#" count: 1 @@ -845,71 +575,21 @@ parameters: count: 2 path: Modules/Exchange/Interfaces/OMS/Importer.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Help/Controller/BackendController.php - - - - message: "#^Cannot access property \\$accountManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Helper/Controller/ApiController.php - - - - message: "#^Cannot access property \\$orgId on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Helper/Controller/ApiController.php - - message: "#^Call to an undefined method phpOMS\\\\Message\\\\HeaderAbstract\\:\\:setDownloadable\\(\\)\\.$#" count: 1 path: Modules/Helper/Controller/ApiController.php - - - message: "#^Cannot access property \\$dbPool on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Helper/Controller/ApiController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createAccountModelPermission\\(\\)\\.$#" count: 2 path: Modules/Helper/Controller/ApiController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 2 - path: Modules/Helper/Controller/ApiController.php - - - - message: "#^Cannot access property \\$appName on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 2 - path: Modules/Helper/Controller/ApiController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 4 path: Modules/Helper/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 4 - path: Modules/Helper/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Media\\\\Theme\\\\Backend\\\\Components\\\\Upload\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 2 - path: Modules/Helper/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Editor\\\\Theme\\\\Backend\\\\Components\\\\Editor\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 2 - path: Modules/Helper/Controller/BackendController.php - - - - message: "#^Cannot access property \\$dbPool on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Helper/Controller/BackendController.php - - message: "#^Property Modules\\\\Helper\\\\Models\\\\Report\\:\\:\\$template has unknown class Modules\\\\Helper\\\\Models\\\\Media as its type\\.$#" count: 1 @@ -930,16 +610,6 @@ parameters: count: 4 path: Modules/HumanResourceManagement/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 4 - path: Modules/HumanResourceManagement/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Profile\\\\Theme\\\\Backend\\\\Components\\\\AccountGroupSelector\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/HumanResourceManagement/Controller/BackendController.php - - message: "#^Property Modules\\\\HumanResourceManagement\\\\Models\\\\Employee\\:\\:\\$profile has unknown class Modules\\\\HumanResourceManagement\\\\Models\\\\Profile as its type\\.$#" count: 1 @@ -1025,31 +695,6 @@ parameters: count: 1 path: Modules/HumanResourceManagement/Models/StaffList.php - - - message: "#^Cannot access property \\$accountManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/HumanResourceTimeRecording/Controller/ApiController.php - - - - message: "#^Access to undefined constant phpOMS\\\\Account\\\\PermissionType\\:\\:GET\\.$#" - count: 1 - path: Modules/HumanResourceTimeRecording/Controller/ApiController.php - - - - message: "#^Cannot access property \\$appName on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/HumanResourceTimeRecording/Controller/ApiController.php - - - - message: "#^Cannot access property \\$orgId on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/HumanResourceTimeRecording/Controller/ApiController.php - - - - message: "#^Parameter \\#2 \\$start of static method Modules\\\\HumanResourceTimeRecording\\\\Models\\\\SessionMapper\\:\\:getSessionListForEmployee\\(\\) expects DateTime, int given\\.$#" - count: 1 - path: Modules/HumanResourceTimeRecording/Controller/ApiController.php - - message: "#^Parameter \\#1 \\$employee of class Modules\\\\HumanResourceTimeRecording\\\\Models\\\\Session constructor expects int\\|Modules\\\\HumanResourceTimeRecording\\\\Models\\\\Employee, Modules\\\\HumanResourceManagement\\\\Models\\\\Employee given\\.$#" count: 1 @@ -1060,11 +705,6 @@ parameters: count: 2 path: Modules/HumanResourceTimeRecording/Controller/ApiController.php - - - message: "#^Call to an undefined method phpOMS\\\\Message\\\\RequestAbstract\\:\\:getUri\\(\\)\\.$#" - count: 1 - path: Modules/HumanResourceTimeRecording/Controller/ApiController.php - - message: "#^Cannot call method getStatus\\(\\) on Modules\\\\HumanResourceTimeRecording\\\\Models\\\\SessionElement\\|null\\.$#" count: 1 @@ -1095,11 +735,6 @@ parameters: count: 4 path: Modules/HumanResourceTimeRecording/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 4 - path: Modules/HumanResourceTimeRecording/Controller/BackendController.php - - message: "#^Instantiated class Modules\\\\HumanResourceTimeRecording\\\\Controller\\\\NullSession not found\\.$#" count: 1 @@ -1110,11 +745,6 @@ parameters: count: 1 path: Modules/HumanResourceTimeRecording/Controller/TimerecordingController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/HumanResourceTimeRecording/Controller/TimerecordingController.php - - message: "#^Property Modules\\\\HumanResourceTimeRecording\\\\Models\\\\Session\\:\\:\\$employee has unknown class Modules\\\\HumanResourceTimeRecording\\\\Models\\\\Employee as its type\\.$#" count: 1 @@ -1165,76 +795,31 @@ parameters: count: 2 path: Modules/HumanResourceTimeRecording/Models/SessionMapper.php - - - message: "#^Cannot call method prepare\\(\\) on PDO\\|null\\.$#" - count: 1 - path: Modules/HumanResourceTimeRecording/Models/SessionMapper.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 1 path: Modules/InvestmentManagement/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/InvestmentManagement/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 7 path: Modules/ItemManagement/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 7 - path: Modules/ItemManagement/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 3 path: Modules/Job/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Job/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 1 path: Modules/KPI/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/KPI/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 4 path: Modules/Kanban/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 4 - path: Modules/Kanban/Controller/BackendController.php - - - - message: "#^Cannot access property \\$accountManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Kanban/Controller/BackendController.php - - - - message: "#^Cannot access property \\$appName on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Kanban/Controller/BackendController.php - - - - message: "#^Cannot access property \\$orgId on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Kanban/Controller/BackendController.php - - message: "#^PHPDoc tag @return with type int\\|phpOMS\\\\Account\\\\Account is not subtype of native type int\\.$#" count: 1 @@ -1250,26 +835,6 @@ parameters: count: 7 path: Modules/Knowledgebase/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 7 - path: Modules/Knowledgebase/Controller/BackendController.php - - - - message: "#^Cannot access property \\$accountManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Knowledgebase/Controller/BackendController.php - - - - message: "#^Cannot access property \\$appName on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Knowledgebase/Controller/BackendController.php - - - - message: "#^Cannot access property \\$orgId on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Knowledgebase/Controller/BackendController.php - - message: "#^PHPDoc tag @return with type int\\|phpOMS\\\\Account\\\\Account is not subtype of native type int\\.$#" count: 1 @@ -1280,71 +845,21 @@ parameters: count: 5 path: Modules/Marketing/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 5 - path: Modules/Marketing/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Tasks\\\\Theme\\\\Backend\\\\Components\\\\Tasks\\\\ListView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/Marketing/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Calendar\\\\Theme\\\\Backend\\\\Components\\\\Calendar\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/Marketing/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Media\\\\Theme\\\\Backend\\\\Components\\\\Media\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/Marketing/Controller/BackendController.php - - message: "#^Method Modules\\\\Marketing\\\\Models\\\\Promotion\\:\\:getCreatedAt\\(\\) should return DateTime but returns DateTime\\|null\\.$#" count: 1 path: Modules/Marketing/Models/Promotion.php - - - message: "#^Cannot call method query\\(\\) on PDO\\|null\\.$#" - count: 1 - path: Modules/Media/Admin/Installer.php - - - - message: "#^Call to an undefined method phpOMS\\\\Message\\\\RequestAbstract\\:\\:getUri\\(\\)\\.$#" - count: 1 - path: Modules/Media/Controller/ApiController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createAccountModelPermission\\(\\)\\.$#" count: 1 path: Modules/Media/Controller/ApiController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Media/Controller/ApiController.php - - - - message: "#^Cannot access property \\$orgId on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Media/Controller/ApiController.php - - - - message: "#^Cannot access property \\$appName on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Media/Controller/ApiController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 3 path: Modules/Media/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Media/Controller/BackendController.php - - message: "#^PHPDoc tag @param for parameter \\$outputPath with type string\\|null is not subtype of native type string\\.$#" count: 1 @@ -1380,96 +895,21 @@ parameters: count: 7 path: Modules/Messages/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 7 - path: Modules/Messages/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 4 path: Modules/Monitoring/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 4 - path: Modules/Monitoring/Controller/BackendController.php - - - - message: "#^Cannot call method query\\(\\) on PDO\\|null\\.$#" - count: 1 - path: Modules/Navigation/Admin/Installer.php - - - - message: "#^Cannot access property \\$accountManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Navigation/Controller/BackendController.php - - - - message: "#^Cannot access property \\$dbPool on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Navigation/Controller/BackendController.php - - - - message: "#^Cannot access property \\$orgId on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Navigation/Controller/BackendController.php - - - - message: "#^Cannot access property \\$appName on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Navigation/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:openNav\\(\\)\\.$#" count: 1 path: Modules/Navigation/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 2 - path: Modules/Navigation/Controller/BackendController.php - - - - message: "#^Cannot access property \\$l11nManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Navigation/Controller/BackendController.php - - - - message: "#^Cannot access property \\$accountManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Navigation/Controller/TimerecordingController.php - - - - message: "#^Cannot access property \\$dbPool on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Navigation/Controller/TimerecordingController.php - - - - message: "#^Cannot access property \\$orgId on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Navigation/Controller/TimerecordingController.php - - - - message: "#^Cannot access property \\$appName on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Navigation/Controller/TimerecordingController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:openNav\\(\\)\\.$#" count: 1 path: Modules/Navigation/Controller/TimerecordingController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 2 - path: Modules/Navigation/Controller/TimerecordingController.php - - - - message: "#^Cannot access property \\$l11nManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Navigation/Controller/TimerecordingController.php - - message: "#^Call to an undefined method phpOMS\\\\Message\\\\RequestAbstract\\:\\:getHash\\(\\)\\.$#" count: 1 @@ -1490,121 +930,26 @@ parameters: count: 4 path: Modules/News/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 4 - path: Modules/News/Controller/BackendController.php - - - - message: "#^Cannot access property \\$accountManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/News/Controller/BackendController.php - - - - message: "#^Cannot access property \\$appName on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/News/Controller/BackendController.php - - - - message: "#^Cannot access property \\$orgId on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/News/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Editor\\\\Theme\\\\Backend\\\\Components\\\\Editor\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/News/Controller/BackendController.php - - - - message: "#^Call to an undefined method phpOMS\\\\Message\\\\RequestAbstract\\:\\:getUri\\(\\)\\.$#" - count: 3 - path: Modules/Organization/Controller/ApiController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 9 path: Modules/Organization/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 9 - path: Modules/Organization/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Organization\\\\Theme\\\\Backend\\\\Components\\\\UnitTagSelector\\\\UnitTagSelectorView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 4 - path: Modules/Organization/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Editor\\\\Theme\\\\Backend\\\\Components\\\\Editor\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 6 - path: Modules/Organization/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Media\\\\Theme\\\\Backend\\\\Components\\\\InlinePreview\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/Organization/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Organization\\\\Theme\\\\Backend\\\\Components\\\\DepartmentTagSelector\\\\DepartmentTagSelectorView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 4 - path: Modules/Organization/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Organization\\\\Theme\\\\Backend\\\\Components\\\\PositionTagSelector\\\\PositionTagSelectorView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 2 - path: Modules/Organization/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 1 path: Modules/PL/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/PL/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 4 path: Modules/Production/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 4 - path: Modules/Production/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 3 path: Modules/Profile/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Profile/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Media\\\\Theme\\\\Backend\\\\Components\\\\Media\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/Profile/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Calendar\\\\Theme\\\\Backend\\\\Components\\\\Calendar\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/Profile/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Profile\\\\Theme\\\\Backend\\\\Components\\\\AccountGroupSelector\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 2 - path: Modules/Profile/Controller/BackendController.php - - - - message: "#^Cannot access property \\$appSettings on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Profile/Controller/BackendController.php - - message: "#^Method Modules\\\\Profile\\\\Models\\\\Profile\\:\\:getImage\\(\\) should return Modules\\\\Media\\\\Models\\\\Media but returns int\\|Modules\\\\Media\\\\Models\\\\Media\\|null\\.$#" count: 1 @@ -1615,26 +960,6 @@ parameters: count: 3 path: Modules/ProjectManagement/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/ProjectManagement/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Tasks\\\\Theme\\\\Backend\\\\Components\\\\Tasks\\\\ListView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/ProjectManagement/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Calendar\\\\Theme\\\\Backend\\\\Components\\\\Calendar\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/ProjectManagement/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Media\\\\Theme\\\\Backend\\\\Components\\\\Media\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/ProjectManagement/Controller/BackendController.php - - message: "#^Property Modules\\\\ProjectManagement\\\\Models\\\\Project\\:\\:\\$media has unknown class Modules\\\\ProjectManagement\\\\Models\\\\Media as its type\\.$#" count: 1 @@ -1710,11 +1035,6 @@ parameters: count: 6 path: Modules/Purchase/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 6 - path: Modules/Purchase/Controller/BackendController.php - - message: "#^Instantiated class Modules\\\\QA\\\\Controller\\\\FormValidation not found\\.$#" count: 3 @@ -1850,11 +1170,6 @@ parameters: count: 3 path: Modules/QA/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/QA/Controller/BackendController.php - - message: "#^Parameter \\$badge of method Modules\\\\QA\\\\Models\\\\QAQuestion\\:\\:addBadge\\(\\) has invalid typehint type Modules\\\\QA\\\\Models\\\\QABadge\\.$#" count: 1 @@ -1865,106 +1180,46 @@ parameters: count: 2 path: Modules/ResearchDevelopment/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 2 - path: Modules/ResearchDevelopment/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 19 path: Modules/RiskManagement/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 19 - path: Modules/RiskManagement/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationSplash\\(\\)\\.$#" count: 1 path: Modules/SalesAnalysis/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 2 - path: Modules/SalesAnalysis/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 1 path: Modules/SalesAnalysis/Controller/BackendController.php - - - message: "#^Cannot access property \\$dispatcher on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Search/Controller/ApiController.php - - message: "#^Call to an undefined method phpOMS\\\\Message\\\\RequestAbstract\\:\\:getRouteVerb\\(\\)\\.$#" count: 1 path: Modules/Search/Controller/ApiController.php - - - message: "#^Cannot access property \\$appName on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Search/Controller/ApiController.php - - - - message: "#^Cannot access property \\$orgId on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Search/Controller/ApiController.php - - - - message: "#^Cannot access property \\$accountManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Search/Controller/ApiController.php - - - - message: "#^Call to an undefined method phpOMS\\\\Message\\\\RequestAbstract\\:\\:getUri\\(\\)\\.$#" - count: 1 - path: Modules/Search/Controller/ApiController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 2 path: Modules/Shipping/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 2 - path: Modules/Shipping/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 1 path: Modules/StockTaking/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/StockTaking/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 3 path: Modules/SupplierManagement/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/SupplierManagement/Controller/BackendController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 6 path: Modules/Support/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 6 - path: Modules/Support/Controller/BackendController.php - - message: "#^Access to an undefined property Modules\\\\Support\\\\Models\\\\Message\\:\\:\\$id\\.$#" count: 1 @@ -1975,11 +1230,6 @@ parameters: count: 3 path: Modules/Surveys/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 3 - path: Modules/Surveys/Controller/BackendController.php - - message: "#^Call to static method get\\(\\) on an unknown class Modules\\\\Tag\\\\Controller\\\\TagMapper\\.$#" count: 4 @@ -2000,51 +1250,11 @@ parameters: count: 1 path: Modules/Tag/Models/TagMapper.php - - - message: "#^Call to an undefined method phpOMS\\\\Message\\\\RequestAbstract\\:\\:getUri\\(\\)\\.$#" - count: 1 - path: Modules/Tasks/Controller/ApiController.php - - message: "#^Call to an undefined method phpOMS\\\\Module\\\\ModuleAbstract\\:\\:createNavigationMid\\(\\)\\.$#" count: 5 path: Modules/Tasks/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 5 - path: Modules/Tasks/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Tasks\\\\Theme\\\\Backend\\\\Components\\\\Tasks\\\\ListView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 1 - path: Modules/Tasks/Controller/BackendController.php - - - - message: "#^Cannot access property \\$accountManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Tasks/Controller/BackendController.php - - - - message: "#^Cannot access property \\$appName on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Tasks/Controller/BackendController.php - - - - message: "#^Cannot access property \\$orgId on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 1 - path: Modules/Tasks/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Profile\\\\Theme\\\\Backend\\\\Components\\\\AccountGroupSelector\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 2 - path: Modules/Tasks/Controller/BackendController.php - - - - message: "#^Parameter \\#1 \\$app of class Modules\\\\Editor\\\\Theme\\\\Backend\\\\Components\\\\Editor\\\\BaseView constructor expects phpOMS\\\\ApplicationAbstract, phpOMS\\\\ApplicationAbstract\\|null given\\.$#" - count: 2 - path: Modules/Tasks/Controller/BackendController.php - - message: "#^PHPDoc tag @return with type void is incompatible with native type int\\.$#" count: 1 @@ -2075,11 +1285,6 @@ parameters: count: 1 path: Modules/Tasks/Models/TaskMapper.php - - - message: "#^Cannot call method prepare\\(\\) on PDO\\|null\\.$#" - count: 1 - path: Modules/Tasks/Models/TaskMapper.php - - message: "#^Method Modules\\\\WarehouseManagement\\\\Models\\\\Arrival\\:\\:getDate\\(\\) should return DateTime but returns DateTime\\|null\\.$#" count: 1 @@ -2170,11 +1375,6 @@ parameters: count: 5 path: Modules/Workflow/Controller/BackendController.php - - - message: "#^Cannot access property \\$moduleManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 5 - path: Modules/Workflow/Controller/BackendController.php - - message: "#^PHPDoc tag @var for property Socket\\\\Socketserver\\\\Application\\:\\:\\$type with type phpOMS\\\\Socket\\\\SocketType is incompatible with native type string\\.$#" count: 1 @@ -2235,11 +1435,6 @@ parameters: count: 2 path: Web/E503/Application.php - - - message: "#^Cannot call method critical\\(\\) on phpOMS\\\\Log\\\\FileLogger\\|null\\.$#" - count: 3 - path: Web/WebApplication.php - - message: "#^Cannot call method getTimestamp\\(\\) on DateTime\\|null\\.$#" count: 2 @@ -2330,46 +1525,16 @@ parameters: count: 1 path: phpOMS/Algorithm/PathFinding/Path.php - - - message: "#^Cannot call method prepare\\(\\) on PDO\\|null\\.$#" - count: 3 - path: phpOMS/Config/SettingsAbstract.php - - message: "#^Binary operation \"\\+\\=\" between array\\ and array\\|false results in an error\\.$#" count: 1 path: phpOMS/Config/SettingsAbstract.php - - - message: "#^Cannot call method beginTransaction\\(\\) on PDO\\|null\\.$#" - count: 2 - path: phpOMS/Config/SettingsAbstract.php - - - - message: "#^Cannot call method commit\\(\\) on PDO\\|null\\.$#" - count: 2 - path: phpOMS/Config/SettingsAbstract.php - - - - message: "#^Cannot call method quote\\(\\) on PDO\\|null\\.$#" - count: 1 - path: phpOMS/DataStorage/Database/BuilderAbstract.php - - message: "#^Call to an undefined method phpOMS\\\\DataStorage\\\\Database\\\\BuilderAbstract\\:\\:into\\(\\)\\.$#" count: 3 path: phpOMS/DataStorage/Database/DataMapperAbstract.php - - - message: "#^Cannot call method prepare\\(\\) on PDO\\|null\\.$#" - count: 20 - path: phpOMS/DataStorage/Database/DataMapperAbstract.php - - - - message: "#^Cannot call method lastInsertId\\(\\) on PDO\\|null\\.$#" - count: 2 - path: phpOMS/DataStorage/Database/DataMapperAbstract.php - - message: "#^Call to an undefined method phpOMS\\\\DataStorage\\\\Database\\\\BuilderAbstract\\:\\:delete\\(\\)\\.$#" count: 3 @@ -2445,11 +1610,6 @@ parameters: count: 1 path: phpOMS/DataStorage/Database/Query/Builder.php - - - message: "#^Cannot call method prepare\\(\\) on PDO\\|null\\.$#" - count: 1 - path: phpOMS/DataStorage/Database/Query/Builder.php - - message: "#^Call to an undefined method phpOMS\\\\DataStorage\\\\Database\\\\Query\\\\Column\\:\\:getColumn\\(\\)\\.$#" count: 1 @@ -2590,11 +1750,6 @@ parameters: count: 1 path: phpOMS/Message/Mail/Mail.php - - - message: "#^Access to an undefined property phpOMS\\\\Message\\\\RequestAbstract\\:\\:\\$uri\\.$#" - count: 1 - path: phpOMS/Message/RequestAbstract.php - - message: "#^Access to an undefined property phpOMS\\\\Message\\\\RequestAbstract\\:\\:\\$files\\.$#" count: 1 @@ -2640,16 +1795,6 @@ parameters: count: 1 path: phpOMS/Message/Socket/Response.php - - - message: "#^Call to an undefined method phpOMS\\\\Message\\\\RequestAbstract\\:\\:getUri\\(\\)\\.$#" - count: 2 - path: phpOMS/Module/ModuleAbstract.php - - - - message: "#^Cannot access property \\$eventManager on phpOMS\\\\ApplicationAbstract\\|null\\.$#" - count: 10 - path: phpOMS/Module/ModuleAbstract.php - - message: "#^Call to an undefined method phpOMS\\\\Message\\\\RequestAbstract\\:\\:getHash\\(\\)\\.$#" count: 1 @@ -3015,6 +2160,11 @@ parameters: count: 2 path: phpOMS/Utils/Git/Repository.php + - + message: "#^Parameter \\$queries of method phpOMS\\\\Utils\\\\IO\\\\IODatabaseMapper\\:\\:select\\(\\) has invalid typehint type phpOMS\\\\Utils\\\\IO\\\\Builder\\.$#" + count: 1 + path: phpOMS/Utils/IO/IODatabaseMapper.php + - message: "#^Instantiated class PhpOffice\\\\PhpSpreadsheet\\\\Reader\\\\Xlsx not found\\.$#" count: 2 @@ -3125,11 +2275,6 @@ parameters: count: 1 path: phpOMS/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php - - - message: "#^Parameter \\$queries of method phpOMS\\\\Utils\\\\IO\\\\IODatabaseMapper\\:\\:select\\(\\) has invalid typehint type phpOMS\\\\Utils\\\\IO\\\\Builder\\.$#" - count: 1 - path: phpOMS/Utils/IO/IODatabaseMapper.php - - message: "#^Cannot assign offset string to string\\.$#" count: 2