app/YetiForce/AbstractBase.php
syntax error, unexpected '?', expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
protected ?string $error = null;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
protected bool $success = false;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return $this->error ?? '';
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
protected ?string $error = null;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @return string
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*/
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/** @var string Last error. */
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/** @var bool Response result */
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function getError(): string
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* Get last error.
- Exclude checks