attogram/attogram

View on GitHub

Showing 308 of 308 total issues

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 __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\Logger
Open

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

Argument 2 (newvalue) is 32767 but \ini_set() takes string
Open

        ini_set('display_errors', E_ALL); // display all errors
Severity: Minor
Found in public/index.php by phan

Variable $this is undeclared
Open

    $title = $this->siteName;
Severity: Minor
Found in templates/header.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

TODO found
Open

        // TODO dev - $title input, and default to 1st line of file
Severity: Minor
Found in Attogram/Attogram.php by fixme
Severity
Category
Status
Source
Language