1
0
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:
Awilum
2021-01-13 12:25:36 +03:00
parent 202ad75482
commit 084959dab4

View File

@@ -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
{