php-sap/interfaces

View on GitHub
src/Config/IConfigTypeB.php

Summary

Maintainability
A
0 mins
Test Coverage

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

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

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

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

There are no issues that match your filters.

Category
Status