php-sap/interfaces

View on GitHub
src/Config/IConfiguration.php

Summary

Maintainability
A
0 mins
Test Coverage

@throws annotation of setDest has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional)
Open

    public function setDest(string $dest): IConfiguration;
Severity: Minor
Found in src/Config/IConfiguration.php by phan

@throws annotation of setSaprouter has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional)
Open

    public function setSaprouter(string $saprouter): IConfiguration;
Severity: Minor
Found in src/Config/IConfiguration.php by phan

@throws annotation of setPasswd has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional)
Open

    public function setPasswd(string $passwd): IConfiguration;
Severity: Minor
Found in src/Config/IConfiguration.php by phan

@throws annotation of getClient has suspicious interface type \phpsap\interfaces\exceptions\IIncompleteConfigException for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional)
Open

    public function getClient(): string;
Severity: Minor
Found in src/Config/IConfiguration.php by phan

@throws annotation of setLang has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional)
Open

    public function setLang(string $lang): IConfiguration;
Severity: Minor
Found in src/Config/IConfiguration.php by phan

@throws annotation of getPasswd has suspicious interface type \phpsap\interfaces\exceptions\IIncompleteConfigException for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional)
Open

    public function getPasswd(): string;
Severity: Minor
Found in src/Config/IConfiguration.php by phan

@throws annotation of setCodepage has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional)
Open

    public function setCodepage(int $codepage): IConfiguration;
Severity: Minor
Found in src/Config/IConfiguration.php by phan

@throws annotation of setUser has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional)
Open

    public function setUser(string $user): IConfiguration;
Severity: Minor
Found in src/Config/IConfiguration.php by phan

@throws annotation of getUser has suspicious interface type \phpsap\interfaces\exceptions\IIncompleteConfigException for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional)
Open

    public function getUser(): string;
Severity: Minor
Found in src/Config/IConfiguration.php by phan

@throws annotation of setTrace has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional)
Open

    public function setTrace(int $trace): IConfiguration;
Severity: Minor
Found in src/Config/IConfiguration.php by phan

@throws annotation of setClient has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional)
Open

    public function setClient(string $client): IConfiguration;
Severity: Minor
Found in src/Config/IConfiguration.php by phan

There are no issues that match your filters.

Category
Status