Skip to content

Commit

Permalink
fix @throws in phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
DQNEO authored and Thibaud Fabre committed Nov 30, 2016
1 parent 47c15d3 commit 0539400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DataURI/Parser.php
Expand Up @@ -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)
{
Expand Down

0 comments on commit 0539400

Please sign in to comment.