src/Config/IConfigTypeB.php
@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
Open
public function setR3name(string $r3name): IConfigTypeB;
- Exclude checks
@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
Open
public function setMshost(string $mshost): IConfigTypeB;
- Exclude checks
@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
Open
public function setGroup(string $group): IConfigTypeB;
- Exclude checks
@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
Open
public function getMshost(): string;
- Exclude checks