attogram/attogram

View on GitHub

Showing 308 of 308 total issues

Variable $this is undeclared
Open

        if (array_key_exists('login', $this->getActions())) { // if User Module is loaded
Severity: Minor
Found in templates/navbar.php by phan

Call to method getPathInfo from undeclared class \Symfony\Component\HttpFoundation\Request
Open

        $test = explode('/', $this->request->getPathInfo());
Severity: Critical
Found in Attogram/Attogram.php by phan

Call to method error from undeclared class \Psr\Log\LoggerInterface
Open

            $this->log->error('GET_MARKDOWN: can not find parser');
Severity: Critical
Found in Attogram/Attogram.php by phan

Invalid offset 0 of array type array{}
Open

            $result43 = $this->apacheConfExamine($apacheFound[0]);
Severity: Minor
Found in public/check.php by phan

Variable $this is undeclared
Open

    $this->projectRepository,
Severity: Minor
Found in templates/footer.php by phan

Variable $this is undeclared
Open

foreach (array_keys($this->getActions()) as $a) {
Severity: Minor
Found in templates/navbar.php by phan

Call to undeclared method \AttogramTest::assertTrue
Open

        $this->assertTrue(
Severity: Critical
Found in tests/AttogramTest.php by phan

Call to undeclared method \AttogramTest::assertTrue
Open

        $this->assertTrue(
Severity: Critical
Found in tests/AttogramTest.php by phan

Call to undeclared method \AttogramTest::assertEquals
Open

        $this->assertEquals(
Severity: Critical
Found in tests/AttogramTest.php by phan

Call to method error from undeclared class \Psr\Log\LoggerInterface
Open

            $this->log->error('ROUTE: 403 Action Forbidden');
Severity: Critical
Found in Attogram/Attogram.php by phan

Reference to instance property query from undeclared class \Symfony\Component\HttpFoundation\Request
Open

        if ($this->request->query->has('noadmin')) {
Severity: Minor
Found in Attogram/Attogram.php by phan

Call to method debug from undeclared class \Psr\Log\LoggerInterface
Open

        $this->log->debug(
Severity: Critical
Found in Attogram/Attogram.php by phan

Call to method debug from undeclared class \Psr\Log\LoggerInterface
Open

        $this->log->debug('ROUTE: action: uri[0]: '.$this->uri[0]);
Severity: Critical
Found in Attogram/Attogram.php by phan

Call to method debug from undeclared class \Psr\Log\LoggerInterface
Open

            $this->log->debug('pageFooter');
Severity: Critical
Found in Attogram/Attogram.php by phan

Call to method error from undeclared class \Psr\Log\LoggerInterface
Open

        $this->log->error('missing pageFooter '.$file.' - using default footer');
Severity: Critical
Found in Attogram/Attogram.php by phan

Call to method __construct from undeclared class \Attogram\SplFileObject (Did you mean class \SplFileObject)
Open

            $file = new SplFileObject($htaccessFile);
Severity: Critical
Found in public/check.php by phan

Call to method __construct from undeclared class \Monolog\Handler\BufferHandler
Open

            $log->pushHandler(new \Monolog\Handler\BufferHandler($streamHandler));
Severity: Critical
Found in public/index.php by phan

Variable $this is undeclared
Open

            print '<li><a href="'.$this->path.'/'.$a.'/">'.$a.'</a></li>';
Severity: Minor
Found in templates/navbar.php by phan

Call to method debug from undeclared class \Psr\Log\LoggerInterface
Open

            $this->log->debug('getActions: No module actions found');
Severity: Critical
Found in Attogram/Attogram.php by phan

Call to method debug from undeclared class \Psr\Log\LoggerInterface
Open

        $this->log->debug('getAdminActions: ', array_keys($this->adminActions));
Severity: Critical
Found in Attogram/Attogram.php by phan
Severity
Category
Status
Source
Language