TikiWiki/tiki-manager

View on GitHub

Showing 2,243 of 2,243 total issues

Suspicious type bool of a variable or expression used to build a string. (Expected type to be able to cast to a string)
Open

                $message .= ' ' . $result;
Severity: Minor
Found in src/Libs/Host/SSH.php by phan

Saw an @param annotation for showError, but the param list of function checkSshKey() : bool is empty
Open

     * @param bool $showError
Severity: Info
Found in src/Libs/Host/SSH.php by phan

Suspicious type null of a variable or expression used to build a string. (Expected type to be able to cast to a string)
Open

    git branch --set-upstream-to=<remote>/<branch> {$branch}
Severity
Category
Status
Source
Language