attogram/attogram-modulemanager

View on GitHub

Showing 65 of 65 total issues

Variable $this is undeclared
Open

if ($this->request->query->has('e')) {
Severity: Minor
Found in admin_actions/module-admin.php by phan

Variable $this is undeclared
Open

$this->pageFooter();
Severity: Minor
Found in admin_actions/module-admin.php by phan

Variable $this is undeclared
Open

    $results = $manager->disable($this->request->query->get('d'));
Severity: Minor
Found in admin_actions/module-admin.php by phan

Suspicious attempt to unset class \Attogram\ModuleManager's property enabledModules declared at /code/includes/ModuleManager.php:12 (This can be done, but is more commonly done for dynamic properties and Phan does not expect this)
Open

        unset($this->enabledModules);
Severity: Info
Found in includes/ModuleManager.php by phan

Variable $this is undeclared
Open

    $this->shutdown();
Severity: Minor
Found in admin_actions/module-admin.php by phan
Severity
Category
Status
Source
Language