TikiWiki/tiki-manager

View on GitHub

Showing 2,085 of 2,085 total issues

Assigning false to property but \TikiManager\Access\Local->changeLocation is string
Open

                    $this->changeLocation = false;
Severity: Minor
Found in src/Access/Local.php by phan

Possibly zero references to use statement for classlike/namespace Environment (\TikiManager\Config\Environment)
Open

use TikiManager\Config\Environment;
Severity: Minor
Found in src/Application/Discovery.php by phan

Argument 1 (str) is int but \trim() takes string
Open

        if (strlen(trim($commit_id))>0) {
Severity: Minor
Found in src/Application/Tiki.php by phan

Returning type void but installComposerDependencies() is declared to return null
Open

            return;
Severity: Minor
Found in src/Application/Tiki.php by phan

Possibly zero references to use statement for classlike/namespace App (\TikiManager\Config\App)
Open

use TikiManager\Config\App;

FIXME found
Open

        // FIXME: Not FTP compatible (arguments)
Severity: Minor
Found in src/Application/Tiki.php by fixme

Function select_db defined at /code/scripts/tiki/mysqldump.php:104 was previously defined at /code/scripts/tiki/mysqldump.php:45
Open

    function select_db($db, $link)
Severity: Minor
Found in scripts/tiki/mysqldump.php by phan

Function fetch_assoc defined at /code/scripts/tiki/mysqldump.php:119 was previously defined at /code/scripts/tiki/mysqldump.php:63
Open

    function fetch_assoc($result)
Severity: Minor
Found in scripts/tiki/mysqldump.php by phan

Possibly zero references to use statement for classlike/namespace Svn (\TikiManager\Libs\VersionControl\Svn)
Open

use TikiManager\Libs\VersionControl\Svn;
Severity: Minor
Found in src/Application/Backup.php by phan

TODO found
Open

    // TODO: log error
Severity: Minor
Found in src/Libs/Helpers/functions.php by fixme

Function fetch_row defined at /code/scripts/tiki/mysqldump.php:124 was previously defined at /code/scripts/tiki/mysqldump.php:69
Open

    function fetch_row($result)
Severity: Minor
Found in scripts/tiki/mysqldump.php by phan

Function num_fields defined at /code/scripts/tiki/mysqldump.php:139 was previously defined at /code/scripts/tiki/mysqldump.php:87
Open

    function num_fields($result)
Severity: Minor
Found in scripts/tiki/mysqldump.php by phan

Assigning false to property but \TikiManager\Access\SSH->changeLocation is string
Open

                $this->changeLocation = false;
Severity: Minor
Found in src/Access/SSH.php by phan

Argument 1 (str) is int but \md5() takes string
Open

            [Environment::get('TEMP_FOLDER'), md5(time()), basename($this->instance->webroot)]
Severity: Minor
Found in src/Application/Backup.php by phan

Possibly zero references to use statement for classlike/namespace YamlFetcher (\TikiManager\Application\Tiki\Versions\Fetcher\YamlFetcher)
Open

use TikiManager\Application\Tiki\Versions\Fetcher\YamlFetcher;
Severity: Minor
Found in src/Command/CloneInstanceCommand.php by phan

Possibly zero references to use statement for classlike/namespace Instance (\TikiManager\Application\Instance)
Open

use TikiManager\Application\Instance;
Severity: Minor
Found in src/Command/EditInstanceCommand.php by phan

TODO found
Open

            // TODO: Hard-coding: 'apache:apache'
Severity: Minor
Found in src/Application/Tiki.php by fixme

Argument 1 (str) is null but \strtolower() takes string
Open

        $v->type = strtolower($type);
Severity: Minor
Found in src/Application/Version.php by phan

Function unbuffered_query defined at /code/scripts/tiki/mysqldump.php:114 was previously defined at /code/scripts/tiki/mysqldump.php:56
Open

    function unbuffered_query($sql)
Severity: Minor
Found in scripts/tiki/mysqldump.php by phan

Argument 3 (files) is null but \TikiManager\Libs\Host\Local::windowsSync() takes array defined at /code/src/Libs/Host/Local.php:235
Open

                null,
Severity: Minor
Found in src/Access/Local.php by phan
Severity
Category
Status
Source
Language