src/Config/IConfigTypeA.php
@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
Open
public function setSysnr(string $sysnr): IConfigTypeA;
- Exclude checks
@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
Open
public function getSysnr(): string;
- Exclude checks
@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
Open
public function getAshost(): string;
- Exclude checks
@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
Open
public function setGwhost(string $gwhost): IConfigTypeA;
- Exclude checks
@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
Open
public function setGwserv(string $gwserv): IConfigTypeA;
- Exclude checks
@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
Open
public function setAshost(string $ashost): IConfigTypeA;
- Exclude checks