Skip to content

Commit b5c1f16

Browse files
theofidrydunglas
authored andcommitted
Fix IriConverterInterface return value
1 parent f039ca8 commit b5c1f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Api/IriConverterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ interface IriConverterInterface
2727
* @param string $iri
2828
* @param bool $fetchData
2929
*
30-
* @return object
30+
* @return object|null
3131
*
3232
* @throws InvalidArgumentException
3333
*/

0 commit comments

Comments
 (0)