Showing 56 of 56 total issues
Call to method error
from undeclared class \Psr\Log\LoggerInterface
Open
Open
$log->error('LOGIN: Invalid login');
- Exclude checks
Variable $this
is undeclared Open
Open
header('Location: ' . $this->path . '/login/');
- Exclude checks
Call to method query
from undeclared class \Attogram\AttogramDatabaseInterface
Open
Open
$user = $database->query(
- Exclude checks
Variable $this
is undeclared Open
Open
$this->log->error('modules/user/actions/user.php: AttogramUser class not found');
- Exclude checks
Variable $this
is undeclared Open
Open
$this->pageFooter();
- Exclude checks
Parameter $log
has undeclared type \Psr\Log\LoggerInterface
Open
Open
public static function login(\Psr\Log\LoggerInterface $log, \Attogram\AttogramDatabaseInterface $database)
- Exclude checks
Variable $this
is undeclared Open
Open
$this->log->error('login.php: AttogramUser class not found');
- Exclude checks
Variable $this
is undeclared Open
Open
if (\Attogram\AttogramUser::login($this->log, $this->database)) {
- Exclude checks
Variable $this
is undeclared Open
Open
$this->pageHeader('Login');
- Exclude checks
Variable $this
is undeclared Open
Open
$this->database->tabler(
- Exclude checks
Variable $this
is undeclared Open
Open
$this->clientIp . ' LOGIN: id: ' . $_SESSION['attogram_id']
- Exclude checks
Variable $this
is undeclared Open
Open
. '<br />isAdmin?: ' . ($this->isAdmin ? 'Yes' : 'No')
- Exclude checks
Variable $bind
was undeclared, but array fields are being added to it. Open
Open
$bind[':u'] = $_POST['u'];
- Exclude checks
Class extends undeclared class \PHPUnit\Framework\TestCase
Open
Open
class BaseTest extends PHPUnit\Framework\TestCase
- Exclude checks
Variable $this
is undeclared Open
Open
$this->error404('Login Disbled. Attogram User module missing in action!');
- Exclude checks
Variable $this
is undeclared Open
Open
$this->pageFooter();
- Exclude checks