attogram/attogram-user

View on GitHub
actions/user.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable $this is undeclared
Open

    $this->log->error('modules/user/actions/user.php: AttogramUser class not found');
Severity: Minor
Found in actions/user.php by phan

Variable $this is undeclared
Open

    $this->shutdown();
Severity: Minor
Found in actions/user.php by phan

Variable $this is undeclared
Open

$this->pageHeader('👤 User page');
Severity: Minor
Found in actions/user.php by phan

Variable $this is undeclared
Open

$this->pageFooter();
Severity: Minor
Found in actions/user.php by phan

Variable $this is undeclared
Open

    $this->error404('User Page Disbled.  Attogram User module missing in action!');
Severity: Minor
Found in actions/user.php by phan

Variable $this is undeclared
Open

    header('Location: ' . $this->path . '/login/');
Severity: Minor
Found in actions/user.php by phan

Variable $this is undeclared
Open

    . '<br />isAdmin?:  ' . ($this->isAdmin ? 'Yes' : 'No')
Severity: Minor
Found in actions/user.php by phan

There are no issues that match your filters.

Category
Status