From 05394009c881e740a393ef213c43d3d7d0dc1aef Mon Sep 17 00:00:00 2001 From: DQNEO Date: Fri, 11 Nov 2016 21:07:01 +0900 Subject: [PATCH] fix @throws in phpdoc --- src/DataURI/Parser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DataURI/Parser.php b/src/DataURI/Parser.php index 5a1bd5e..64bfd5f 100644 --- a/src/DataURI/Parser.php +++ b/src/DataURI/Parser.php @@ -48,6 +48,7 @@ class Parser * @param bool $strict * @return Data * @throws InvalidDataException + * @throws InvalidArgumentException */ public static function parse($dataUri, $len = Data::TAGLEN, $strict = false) {