attogram/attogram

View on GitHub

Showing 308 of 308 total issues

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

        $cip = $this->request->getClientIp();
Severity: Critical
Found in Attogram/Attogram.php by phan

Call to method __construct from undeclared class \Psr\Log\NullLogger
Open

            $log = new \Psr\Log\NullLogger();
Severity: Critical
Found in public/index.php by phan

Call to method debug from undeclared class \Monolog\Logger
Open

                $log->debug($message);
Severity: Critical
Found in public/index.php by phan

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

        switch ($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: parse failed on file: '
Severity: Critical
Found in Attogram/Attogram.php by phan

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

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

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

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

Call to method __construct from undeclared class \Monolog\Formatter\LineFormatter
Open

            $streamHandler->setFormatter(new \Monolog\Formatter\LineFormatter($format, $dateformat));
Severity: Critical
Found in public/index.php by phan

Reference to undeclared property \Attogram\GuruMeditationLoader->configLog
Open

            echo implode('<br />💭 ', $this->configLog);
Severity: Minor
Found in public/index.php by phan

Call to undeclared method \AttogramTest::assertTrue
Open

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

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

                        $this->log->error('ROUTE: Unreadable action');
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 read file: '
Severity: Critical
Found in Attogram/Attogram.php by phan

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

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

Saw an @param annotation for countSql, but it was not found in the param list of function tabler(string $table, string $tableId, string $nameSingular, string $namePlural, string $publicLink, array $col, string $sql, string $adminLink, bool $showEdit, int $perPage) : void
Open

     * @param  string $countSql     SQL query to get total number of items in table

Variable $this is undeclared
Open

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

Variable $this is undeclared
Open

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

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

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

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

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

Expected @param annotation for publicLink to be before the @param annotation for col
Open

     * @param  array  $col          Column Display Info - array of array('class'=>'...', 'title'=>'...', 'key'=>'...')

Call to method __construct from undeclared class \Monolog\Logger
Open

            $log = new \Monolog\Logger('debug');
Severity: Critical
Found in public/index.php by phan
Severity
Category
Status
Source
Language