php-sap/interfaces

View on GitHub
src/Util/IJsonSerializable.php

Summary

Maintainability
A
0 mins
Test Coverage

@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

    public static function jsonDecode(string $json): IJsonSerializable;
Severity: Minor
Found in src/Util/IJsonSerializable.php by phan

There are no issues that match your filters.

Category
Status