Showing 59 of 59 total issues
@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 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 getUser
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 getUser(): string;
- Exclude checks
@throws annotation of setTrace
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 setTrace(int $trace): IConfiguration;
- Exclude checks
@throws annotation of create
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 static function create(string $name, array $params = null, IConfiguration $config = null, IApi $api = null): IFunction;
- Exclude checks
@throws annotation of getApi
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 getApi(): IApi;
- Exclude checks
@throws annotation of jsonDecode
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 jsonDecode(string $json): IJsonSerializable;
- 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 $type, string $name): IMember;
- Exclude checks
Doc-block of $value
in cast
is phpdoc param type bool|float|int|string
which is not a permitted replacement of the nullable param type bool|float|int|null|string
declared in the signature ('?T' should be documented as 'T|null' or '?T') Open
Open
* @param float|bool|int|string $value The output to typecast.
- 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
@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 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
@throws annotation of setClient
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 setClient(string $client): IConfiguration;
- 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
@throws annotation of setParams
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 setParams(array $params): IFunction;
- Exclude checks
@throws annotation of setParams
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 setParams(array $params): IFunction;
- 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 getApi
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 getApi(): IApi;
- Exclude checks