php-sap/interfaces

View on GitHub
src/Config/IConfigTypeA.php

Summary

Maintainability
A
0 mins
Test Coverage

@throws annotation of setSysnr 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 setSysnr(string $sysnr): IConfigTypeA;
Severity: Minor
Found in src/Config/IConfigTypeA.php by phan

@throws annotation of getSysnr 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 getSysnr(): string;
Severity: Minor
Found in src/Config/IConfigTypeA.php by phan

@throws annotation of getAshost 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 getAshost(): string;
Severity: Minor
Found in src/Config/IConfigTypeA.php by phan

@throws annotation of setGwhost 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 setGwhost(string $gwhost): IConfigTypeA;
Severity: Minor
Found in src/Config/IConfigTypeA.php by phan

@throws annotation of setGwserv 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 setGwserv(string $gwserv): IConfigTypeA;
Severity: Minor
Found in src/Config/IConfigTypeA.php by phan

@throws annotation of setAshost 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 setAshost(string $ashost): IConfigTypeA;
Severity: Minor
Found in src/Config/IConfigTypeA.php by phan

There are no issues that match your filters.

Category
Status