src/Api/ITable.php
@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 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 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 __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