Module Profiler
Profile module performance and load times.
Version History
1.0.0-demo.1
LatestJan 30, 2026 (1 month ago)
1.0.0-beta.3-hotfix.2
Jan 30, 2026 (1 month ago)
1.0.0-beta3-hotfix
Jan 30, 2026 (1 month ago)
1.0.0-beta.3
Jan 29, 2026 (1 month ago)
1.0.0-beta.2
Jan 29, 2026 (1 month ago)
1.0.0-beta.1
Jan 26, 2026 (1 month ago)
Validation Details
Module description
Module has a proper description
README file
Module has comprehensive README
License
License is missing
Releases
6 releases published
Versioning
Following semantic versioning (v1.0.0-demo.1)
Module structure
Module has proper structure (releases available)
Categorization
No categories or topics assigned
Maintenance
Actively maintained (updated 5 days ago)
Validated 1 month ago based on PrestaShop module standards
PHPStan Code Quality
Warnings
Class Pch_ModuleProfiler extends unknown class Module.
Line 42
Access to an undefined property Pch_ModuleProfiler::$name.
Line 73
Access to an undefined property Pch_ModuleProfiler::$tab.
Line 74
Access to an undefined property Pch_ModuleProfiler::$version.
Line 75
Access to an undefined property Pch_ModuleProfiler::$author.
Line 76
Access to an undefined property Pch_ModuleProfiler::$need_instance.
Line 77
Access to an undefined property Pch_ModuleProfiler::$bootstrap.
Line 78
Pch_ModuleProfiler::__construct() calls parent::__construct() but Pch_ModuleProfiler does not extend any class.
Line 80
Access to an undefined property Pch_ModuleProfiler::$displayName.
Line 82
Call to an undefined method Pch_ModuleProfiler::trans().
Line 82
Access to an undefined property Pch_ModuleProfiler::$description.
Line 83
Call to an undefined method Pch_ModuleProfiler::trans().
Line 83
Access to an undefined property Pch_ModuleProfiler::$ps_versions_compliancy.
Line 89
Pch_ModuleProfiler::install() calls parent::install() but Pch_ModuleProfiler does not extend any class.
Line 102
Call to an undefined method Pch_ModuleProfiler::getTranslator().
Line 107
Access to an undefined property Pch_ModuleProfiler::$_errors.
Line 109
Call to an undefined method Pch_ModuleProfiler::trans().
Line 109
Call to an undefined method Pch_ModuleProfiler::registerHook().
Line 118
Access to an undefined property Pch_ModuleProfiler::$_errors.
Line 119
Call to an undefined method Pch_ModuleProfiler::trans().
Line 119
Access to an undefined property Pch_ModuleProfiler::$_errors.
Line 140
Call to an undefined method Pch_ModuleProfiler::trans().
Line 140
Pch_ModuleProfiler::uninstall() calls parent::uninstall() but Pch_ModuleProfiler does not extend any class.
Line 148
Call to static method getInstance() on an unknown class Db.
Line 158
Constant _DB_PREFIX_ not found.
Line 161
Constant _DB_PREFIX_ not found.
Line 162
Constant _DB_PREFIX_ not found.
Line 163
Constant _DB_PREFIX_ not found.
Line 164
Call to static method get() on an unknown class Configuration.
Line 167
Call to static method get() on an unknown class Configuration.
Line 168
Call to static method get() on an unknown class Configuration.
Line 169
Access to an undefined property Pch_ModuleProfiler::$context.
Line 172
Access to an undefined property Pch_ModuleProfiler::$version.
Line 260
Access to an undefined property Pch_ModuleProfiler::$author.
Line 261
Constant _DB_PREFIX_ not found.
Line 56
Constant _MYSQL_ENGINE_ not found.
Line 72
Constant _DB_PREFIX_ not found.
Line 75
Constant _MYSQL_ENGINE_ not found.
Line 92
Constant _DB_PREFIX_ not found.
Line 95
Constant _MYSQL_ENGINE_ not found.
Line 115
Constant _DB_PREFIX_ not found.
Line 118
Constant _MYSQL_ENGINE_ not found.
Line 126
Call to static method getInstance() on an unknown class Db.
Line 130
Call to static method updateValue() on an unknown class Configuration.
Line 155
Call to static method getInstance() on an unknown class Db.
Line 183
Constant _DB_PREFIX_ not found.
Line 184
Call to static method getInstance() on an unknown class Db.
Line 189
Constant _DB_PREFIX_ not found.
Line 190
Call to static method getIdFromClassName() on an unknown class Tab.
Line 213
Instantiated class Tab not found.
Line 217
Access to property $class_name on an unknown class Tab.
Line 218
Access to property $class_name on an unknown class Tab.
Line 218
Access to property $active on an unknown class Tab.
Line 219
Access to property $active on an unknown class Tab.
Line 219
Call to static method getLanguages() on an unknown class Language.
Line 222
Access to property $name on an unknown class Tab.
Line 223
Access to property $name on an unknown class Tab.
Line 223
Access to property $id_parent on an unknown class Tab.
Line 232
Access to property $id_parent on an unknown class Tab.
Line 232
Call to static method getIdFromClassName() on an unknown class Tab.
Line 232
Access to property $module on an unknown class Tab.
Line 233
Access to property $module on an unknown class Tab.
Line 233
Access to property $route_name on an unknown class Tab.
Line 237
Access to property $route_name on an unknown class Tab.
Line 237
Call to method add() on an unknown class Tab.
Line 240
Call to static method updateValue() on an unknown class Configuration.
Line 39
Call to static method deleteByName() on an unknown class Configuration.
Line 61
Call to static method get() on an unknown class Configuration.
Line 79
Call to static method get() on an unknown class Configuration.
Line 89
Call to static method get() on an unknown class Configuration.
Line 100
Call to static method getIdByName() on an unknown class Hook.
Line 121
Call to static method getContext() on an unknown class Context.
Line 125
Call to static method getContext() on an unknown class Context.
Line 126
Call to static method getInstance() on an unknown class Db.
Line 130
Function pSQL not found.
Line 134
Function pSQL not found.
Line 136
Function pSQL not found.
Line 140
Constant _DB_PREFIX_ not found.
Line 145
Constant _PS_OVERRIDE_DIR_ not found.
Line 163
Constant _PS_OVERRIDE_DIR_ not found.
Line 167
Constant _PS_OVERRIDE_DIR_ not found.
Line 169
Constant _PS_OVERRIDE_DIR_ not found.
Line 240
Constant _PS_OVERRIDE_DIR_ not found.
Line 244
Constant _PS_CACHE_DIR_ not found.
Line 441
Dead catch - Exception is never thrown in the try block.
Line 454
Class pch_moduleprofilerCronModuleFrontController extends unknown class ModuleFrontController.
Line 13
pch_moduleprofilerCronModuleFrontController::init() calls parent::init() but pch_moduleprofilerCronModuleFrontController does not extend any class.
Line 31
Access to an undefined property pch_moduleprofilerCronModuleFrontController::$ajax.
Line 34
pch_moduleprofilerCronModuleFrontController::initContent() calls parent::initContent() but pch_moduleprofilerCronModuleFrontController does not extend any class.
Line 42
Call to static method getValue() on an unknown class Tools.
Line 49
Call to an undefined method pch_moduleprofilerCronModuleFrontController::get().
Line 97
Call to static method getInstance() on an unknown class Db.
Line 114
Constant _DB_PREFIX_ not found.
Line 117
Method pch_moduleprofilerCronModuleFrontController::getDBALConnection() has invalid return type Doctrine\DBAL\Connection.
Line 168
Call to an undefined method pch_moduleprofilerCronModuleFrontController::get().
Line 171
Instantiated class Doctrine\DBAL\Configuration not found.
Line 180
Constant _DB_NAME_ not found.
Line 182
Constant _DB_USER_ not found.
Line 183
Constant _DB_PASSWD_ not found.
Line 184
Constant _DB_SERVER_ not found.
Line 185
Call to static method getConnection() on an unknown class Doctrine\DBAL\DriverManager.
Line 190
Class PrestaShop\Module\ModuleProfiler\Controller\Admin\PageAnalysisController extends unknown class PrestaShopBundle\Controller\Admin\FrameworkBundleAdminController.
Line 18
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\PageAnalysisController::render().
Line 85
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\PageAnalysisController::generateUrl().
Line 92
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\PageAnalysisController::generateUrl().
Line 93
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\PageAnalysisController::generateUrl().
Line 94
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\PageAnalysisController::addFlash().
Line 110
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\PageAnalysisController::redirectToRoute().
Line 111
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\PageAnalysisController::addFlash().
Line 120
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\PageAnalysisController::redirectToRoute().
Line 121
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\PageAnalysisController::addFlash().
Line 126
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\PageAnalysisController::redirectToRoute().
Line 127
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\PageAnalysisController::render().
Line 151
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\PageAnalysisController::generateUrl().
Line 156
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\PageAnalysisController::generateUrl().
Line 157
Method PrestaShop\Module\ModuleProfiler\Controller\Admin\PageAnalysisController::formatControllerName() is unused.
Line 167
Class PrestaShop\Module\ModuleProfiler\Controller\Admin\HistoryController extends unknown class PrestaShopBundle\Controller\Admin\FrameworkBundleAdminController.
Line 21
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\HistoryController::render().
Line 77
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\HistoryController::generateUrl().
Line 82
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\HistoryController::addFlash().
Line 97
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\HistoryController::redirectToRoute().
Line 98
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\HistoryController::render().
Line 114
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\HistoryController::generateUrl().
Line 123
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\HistoryController::generateUrl().
Line 124
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\HistoryController::generateUrl().
Line 125
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\HistoryController::generateUrl().
Line 126
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\HistoryController::generateUrl().
Line 127
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\HistoryController::generateUrl().
Line 170
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\HistoryController::addFlash().
Line 192
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\HistoryController::redirectToRoute().
Line 193
Class PrestaShop\Module\ModuleProfiler\Controller\Admin\MaintenanceController extends unknown class PrestaShopBundle\Controller\Admin\FrameworkBundleAdminController.
Line 21
Property PrestaShop\Module\ModuleProfiler\Controller\Admin\MaintenanceController::$connection has unknown class Doctrine\DBAL\Connection as its type.
Line 41
Parameter $connection of method PrestaShop\Module\ModuleProfiler\Controller\Admin\MaintenanceController::__construct() has invalid type Doctrine\DBAL\Connection.
Line 59
Parameter $connection of method PrestaShop\Module\ModuleProfiler\Controller\Admin\MaintenanceController::__construct() has invalid type Doctrine\DBAL\Connection.
Line 59
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\MaintenanceController::render().
Line 79
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\MaintenanceController::generateUrl().
Line 82
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\MaintenanceController::generateUrl().
Line 83
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\MaintenanceController::generateUrl().
Line 84
Parameter #2 $default of method Symfony\Component\HttpFoundation\InputBag::get() expects bool|float|int|string|null, array given.
Line 97
Argument of an invalid type float|int<min, -1>|int<1, max>|string|true supplied for foreach, only iterables are supported.
Line 109
Call to method executeStatement() on an unknown class Doctrine\DBAL\Connection.
Line 191
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\MaintenanceController::redirectToRoute().
Line 220
Call to method fetchOne() on an unknown class Doctrine\DBAL\Connection.
Line 244
Call to method fetchAssociative() on an unknown class Doctrine\DBAL\Connection.
Line 248
Property PrestaShop\Module\ModuleProfiler\Repository\MeasurementRepository::$connection has unknown class Doctrine\DBAL\Connection as its type.
Line 19
Parameter $connection of method PrestaShop\Module\ModuleProfiler\Repository\MeasurementRepository::__construct() has invalid type Doctrine\DBAL\Connection.
Line 30
Parameter $connection of method PrestaShop\Module\ModuleProfiler\Repository\MeasurementRepository::__construct() has invalid type Doctrine\DBAL\Connection.
Line 30
Call to method prepare() on an unknown class Doctrine\DBAL\Connection.
Line 84
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 103
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 122
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 141
Call to method prepare() on an unknown class Doctrine\DBAL\Connection.
Line 182
Call to method prepare() on an unknown class Doctrine\DBAL\Connection.
Line 219
Call to method prepare() on an unknown class Doctrine\DBAL\Connection.
Line 262
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 283
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 306
Call to method executeStatement() on an unknown class Doctrine\DBAL\Connection.
Line 327
Property PrestaShop\Module\ModuleProfiler\Repository\SessionRepository::$connection has unknown class Doctrine\DBAL\Connection as its type.
Line 19
Parameter $connection of method PrestaShop\Module\ModuleProfiler\Repository\SessionRepository::__construct() has invalid type Doctrine\DBAL\Connection.
Line 30
Parameter $connection of method PrestaShop\Module\ModuleProfiler\Repository\SessionRepository::__construct() has invalid type Doctrine\DBAL\Connection.
Line 30
Call to method insert() on an unknown class Doctrine\DBAL\Connection.
Line 60
Call to method lastInsertId() on an unknown class Doctrine\DBAL\Connection.
Line 65
Call to method update() on an unknown class Doctrine\DBAL\Connection.
Line 78
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 98
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 129
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 150
Call to method update() on an unknown class Doctrine\DBAL\Connection.
Line 171
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 191
Call to method delete() on an unknown class Doctrine\DBAL\Connection.
Line 208
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 228
Class PrestaShop\Module\ModuleProfiler\Controller\Admin\ComparisonController extends unknown class PrestaShopBundle\Controller\Admin\FrameworkBundleAdminController.
Line 18
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ComparisonController::redirectToRoute().
Line 59
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ComparisonController::render().
Line 65
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ComparisonController::generateUrl().
Line 72
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ComparisonController::generateUrl().
Line 73
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ComparisonController::generateUrl().
Line 74
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ComparisonController::addFlash().
Line 91
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ComparisonController::redirectToRoute().
Line 92
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ComparisonController::render().
Line 121
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ComparisonController::generateUrl().
Line 129
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ComparisonController::generateUrl().
Line 130
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ComparisonController::generateUrl().
Line 131
Property PrestaShop\Module\ModuleProfiler\Repository\AggregateRepository::$connection has unknown class Doctrine\DBAL\Connection as its type.
Line 19
Parameter $connection of method PrestaShop\Module\ModuleProfiler\Repository\AggregateRepository::__construct() has invalid type Doctrine\DBAL\Connection.
Line 30
Parameter $connection of method PrestaShop\Module\ModuleProfiler\Repository\AggregateRepository::__construct() has invalid type Doctrine\DBAL\Connection.
Line 30
Call to method insert() on an unknown class Doctrine\DBAL\Connection.
Line 60
Call to method lastInsertId() on an unknown class Doctrine\DBAL\Connection.
Line 65
Call to method prepare() on an unknown class Doctrine\DBAL\Connection.
Line 121
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 139
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 159
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 200
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 227
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 252
Call to method createQueryBuilder() on an unknown class Doctrine\DBAL\Connection.
Line 271
Class PrestaShop\Module\ModuleProfiler\Controller\Admin\ProfilingController extends unknown class PrestaShopBundle\Controller\Admin\FrameworkBundleAdminController.
Line 20
Property PrestaShop\Module\ModuleProfiler\Controller\Admin\ProfilingController::$sessionRepository is never read, only written.
Line 35
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ProfilingController::getContext().
Line 70
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ProfilingController::generateUrl().
Line 85
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ProfilingController::generateUrl().
Line 121
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ProfilingController::addFlash().
Line 141
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ProfilingController::redirectToRoute().
Line 142
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ProfilingController::render().
Line 145
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ProfilingController::generateUrl().
Line 147
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ProfilingController::generateUrl().
Line 148
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\ProfilingController::generateUrl().
Line 149
Property PrestaShop\Module\ModuleProfiler\Service\ModuleAnalyzerService::$connection has unknown class Doctrine\DBAL\Connection as its type.
Line 22
Parameter $connection of method PrestaShop\Module\ModuleProfiler\Service\ModuleAnalyzerService::__construct() has invalid type Doctrine\DBAL\Connection.
Line 33
Parameter $connection of method PrestaShop\Module\ModuleProfiler\Service\ModuleAnalyzerService::__construct() has invalid type Doctrine\DBAL\Connection.
Line 33
Call to method prepare() on an unknown class Doctrine\DBAL\Connection.
Line 84
Call to method prepare() on an unknown class Doctrine\DBAL\Connection.
Line 117
Call to method prepare() on an unknown class Doctrine\DBAL\Connection.
Line 153
Call to method prepare() on an unknown class Doctrine\DBAL\Connection.
Line 187
Offset 'critical'|'info'|'success'|'warning' on array{critical: 0, warning: 1, info: 2, success: 3} on left side of ?? always exists and is not nullable.
Line 284
Offset 'critical'|'info'|'success'|'warning' on array{critical: 0, warning: 1, info: 2, success: 3} on left side of ?? always exists and is not nullable.
Line 284
Call to method prepare() on an unknown class Doctrine\DBAL\Connection.
Line 311
Call to method prepare() on an unknown class Doctrine\DBAL\Connection.
Line 359
Class PrestaShop\Module\ModuleProfiler\Controller\Admin\DashboardController extends unknown class PrestaShopBundle\Controller\Admin\FrameworkBundleAdminController.
Line 19
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\DashboardController::render().
Line 71
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\DashboardController::generateUrl().
Line 77
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\DashboardController::generateUrl().
Line 78
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\DashboardController::generateUrl().
Line 79
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\DashboardController::generateUrl().
Line 80
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\DashboardController::generateUrl().
Line 81
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\DashboardController::generateUrl().
Line 82
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\DashboardController::generateUrl().
Line 84
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\DashboardController::generateUrl().
Line 85
Class PrestaShop\Module\ModuleProfiler\Controller\Admin\AnalysisController extends unknown class PrestaShopBundle\Controller\Admin\FrameworkBundleAdminController.
Line 19
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\AnalysisController::render().
Line 82
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\AnalysisController::generateUrl().
Line 90
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\AnalysisController::generateUrl().
Line 91
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\AnalysisController::addFlash().
Line 106
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\AnalysisController::redirectToRoute().
Line 107
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\AnalysisController::render().
Line 116
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\AnalysisController::generateUrl().
Line 124
Call to an undefined method PrestaShop\Module\ModuleProfiler\Controller\Admin\AnalysisController::generateUrl().
Line 125
Constant _DB_PREFIX_ not found.
Line 40
Constant _DB_PREFIX_ not found.
Line 41
Constant _DB_PREFIX_ not found.
Line 42
Constant _DB_PREFIX_ not found.
Line 43
Call to static method getInstance() on an unknown class Db.
Line 46
Call to static method deleteByName() on an unknown class Configuration.
Line 71
Call to static method getIdFromClassName() on an unknown class Tab.
Line 89
Instantiated class Tab not found.
Line 95
Call to method delete() on an unknown class Tab.
Line 96
Call to static method get() on an unknown class Configuration.
Line 135
Call to static method updateValue() on an unknown class Configuration.
Line 146
Call to static method get() on an unknown class Configuration.
Line 156
Call to static method updateValue() on an unknown class Configuration.
Line 172
Call to static method get() on an unknown class Configuration.
Line 182
Call to static method updateValue() on an unknown class Configuration.
Line 197
Offset 'dev_requirement' on array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: array<string>, dev_requirement: bool, replaced?: array<string>, ...} in isset() always exists and is not nullable.
Line 106
Parameter $parser of method Composer\InstalledVersions::satisfies() has invalid type Composer\Semver\VersionParser.
Line 125
Parameter $parser of method Composer\InstalledVersions::satisfies() has invalid type Composer\Semver\VersionParser.
Line 125
Call to method parseConstraints() on an unknown class Composer\Semver\VersionParser.
Line 127
Call to method parseConstraints() on an unknown class Composer\Semver\VersionParser.
Line 128
Call to function method_exists() with 'Composer\\Autoload…' and 'getRegisteredLoaders' will always evaluate to true.
Line 332
Constant _PS_OVERRIDE_DIR_ not found.
Line 31
Constant _PS_CACHE_DIR_ not found.
Line 40
Comparison operation ">=" between int<80100, 80599> and 70205 is always true.
Line 7
If condition is always false.
Line 11
Class PrestaShop\Module\ModuleProfiler\Controller\Admin\CronController extends unknown class PrestaShopBundle\Controller\Admin\FrameworkBundleAdminController.
Line 17
Method PrestaShop\Module\ModuleProfiler\Service\ProfilerService::stopSession() should return bool but returns array<string, array|int|true>.
Line 95
Constant _PS_CACHE_DIR_ not found.
Line 31
Constant _PS_CACHE_DIR_ not found.
Line 31
Comparison operation "<" between int<80100, 80599> and 50600 is always false.
Line 5
Analyzed 1 month ago using PHPStan static analysis
Security Status
No known vulnerabilities detected.
Last scanned: 1 month ago
PrestaShop Validation
Based on PrestaShop validation standards
PHPStan Code Quality
Analyzed 1 month ago
Details
Developer
Get Notified
Subscribe to receive email notifications when new releases are published.