Showing 59 of 59 total issues
@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 extractApi
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 extractApi(): IApi;
- Exclude checks
@throws annotation of setParams
has suspicious interface type \phpsap\interfaces\exceptions\IConnectionFailedException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function setParams(array $params): IFunction;
- Exclude checks
@throws annotation of invoke
has suspicious interface type \phpsap\interfaces\exceptions\IUnknownFunctionException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function invoke(): array;
- 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 invoke
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 invoke(): array;
- 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 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 create
has suspicious interface type \phpsap\interfaces\exceptions\IUnknownFunctionException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public static function create(string $name, array $params = null, IConfiguration $config = null, IApi $api = null): IFunction;
- Exclude checks
@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
Open
public function getPasswd(): string;
- Exclude checks
@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
Open
public function setCodepage(int $codepage): IConfiguration;
- Exclude checks
@throws annotation of getApi
has suspicious interface type \phpsap\interfaces\exceptions\IConnectionFailedException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function getApi(): IApi;
- Exclude checks
@throws annotation of invoke
has suspicious interface type \phpsap\interfaces\exceptions\IFunctionCallException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function invoke(): array;
- Exclude checks
@throws annotation of cast
has suspicious interface type \phpsap\interfaces\exceptions\IArrayElementMissingException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function cast(array $value): array;
- Exclude checks
@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
Open
public function setUser(string $user): IConfiguration;
- Exclude checks
@throws annotation of extractApi
has suspicious interface type \phpsap\interfaces\exceptions\IConnectionFailedException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function extractApi(): IApi;
- Exclude checks
@throws annotation of __construct
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 __construct(array $array);
- Exclude checks
@throws annotation of create
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 static function create(string $name, array $params = null, IConfiguration $config = null, IApi $api = null): IFunction;
- Exclude checks
@throws annotation of cast
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 cast(null|bool|int|float|string $value): null|bool|int|float|string|DateTime|DateInterval;
- Exclude checks
@throws annotation of cast
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 cast(array $value): array;
- Exclude checks