Showing 59 of 59 total issues
Line exceeds 120 characters; contains 130 characters Open
Open
* @param array<string, string|bool|array<int, array<string, string>>> $array Array containing the properties of this class.
- Exclude checks
Line exceeds 120 characters; contains 130 characters Open
Open
public static function create(string $name, array $params = null, IConfiguration $config = null, IApi $api = null): IFunction;
- Exclude checks
Line exceeds 120 characters; contains 131 characters Open
Open
* @param array<string, string|bool|array<int, array<string, string>>> $array Array containing the properties of this class.
- Exclude checks
@throws annotation of setDest
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 setDest(string $dest): IConfiguration;
- Exclude checks
@throws annotation of create
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 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 setSaprouter
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 setSaprouter(string $saprouter): IConfiguration;
- Exclude checks
@throws annotation of extractApi
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 extractApi(): IApi;
- Exclude checks
@throws annotation of setParams
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 setParams(array $params): IFunction;
- 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 value to typecast.
- Exclude checks
@throws annotation of setPasswd
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 setPasswd(string $passwd): IConfiguration;
- Exclude checks
@throws annotation of getClient
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 getClient(): string;
- Exclude checks
@throws annotation of setLang
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 setLang(string $lang): IConfiguration;
- 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, string $direction, bool $isOptional): IValue;
- Exclude checks
@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 invoke
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 invoke(): array;
- 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, string $direction, bool $isOptional, array $members): IStruct;
- 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, string $direction, bool $isOptional, array $members): ITable;
- Exclude checks
@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