YetiForceCompany/YetiForceCRM

View on GitHub
app/Cli/Base.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Property \App\Cli\Base->climate has undeclared type \League\CLImate\CLImate
Open

    protected $climate;
Severity: Minor
Found in app/Cli/Base.php by phan

Spaces must be used to indent lines; tabs are not allowed
Open

    public $helpMode = false;
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    protected $cli;
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        $this->climate = $cli->climate;
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    public $moduleName;
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

     * Construct.
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    /** @var bool Show only help info */
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        $this->cli = $cli;
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

     */
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    protected $climate;
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    /** @var \App\Cli Cli instance. */
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    /** @var string Module Name */
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    {
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    }
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    /**
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

     * @param \App\Cli $cli
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    public function __construct(\App\Cli $cli)
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

     *
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    /** @var \League\CLImate\CLImate CLImate instance. */
Severity: Minor
Found in app/Cli/Base.php by phpcodesniffer

There are no issues that match your filters.

Category
Status