aperta-principium/Interclip

View on GitHub
public/about.php

Summary

Maintainability
A
0 mins
Test Coverage

Argument 1 (json) is false but \json_decode() takes string
Open

            $contributors = json_decode(getRedis("contributors"));
Severity: Minor
Found in public/about.php by phan

Call to method __construct from undeclared class \mysqli
Open

    $conn = new mysqli($_ENV['DB_SERVER'], $_ENV['USERNAME'], $_ENV['PASSWORD'], $_ENV['DB_NAME']);
Severity: Critical
Found in public/about.php by phan

Call with 2 arg(s) to \url_get_contents() which only takes 1 arg(s) defined at /code/public/about.php:42
Open

            $contributorsResponse = url_get_contents("https://api.github.com/repos/interclip/interclip/contributors", false);
Severity: Info
Found in public/about.php by phan

Call to method query from undeclared class \mysqli
Open

    $result = $conn->query($sqlquery);
Severity: Critical
Found in public/about.php by phan

There are no issues that match your filters.

Category
Status