YetiForceCompany/YetiForceCRM

View on GitHub
app/YetiForce/AbstractBase.php

Summary

Maintainability
A
0 mins
Test Coverage

syntax error, unexpected '?', expecting function (T_FUNCTION) or const (T_CONST)
Open

    protected ?string $error = null;
Severity: Critical
Found in app/YetiForce/AbstractBase.php by phan

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

    protected bool $success = false;

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

        return $this->error ?? '';

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

    protected ?string $error = null;

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

     * @return string

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

    }

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

    {

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

     */

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

    /** @var string Last error. */

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

    /** @var bool Response result */

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

     *

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

    /**

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

    public function getError(): string

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

     * Get last error.

There are no issues that match your filters.

Category
Status