mirror of
https://github.com/flextype/flextype.git
synced 2025-08-08 06:06:45 +02:00
refactor(yaml): fix PHPDoc tag @throws with type Flextype\Support\Serializers\ParseException is not subtype of Throwable
This commit is contained in:
@@ -80,7 +80,7 @@ class Yaml
|
||||
*
|
||||
* @return mixed The YAML converted to a PHP value
|
||||
*
|
||||
* @throws ParseException If the YAML is not valid
|
||||
* @throws RuntimeException If the YAML is not valid
|
||||
*/
|
||||
public function decode(string $input, bool $cache = true, int $flags = 0): array
|
||||
{
|
||||
|
Reference in New Issue
Block a user