Fixes static analysis
This commit is contained in:
@@ -140,6 +140,7 @@ class CborDecoder
|
||||
|
||||
try {
|
||||
return static::parseItemData($type, $val, $buf, $offset);
|
||||
// @phpstan-ingnore-next-line
|
||||
} catch (InvalidArgumentException $e) {
|
||||
throw new DataException($e->getMessage());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user