Skip to content

Commit 7e7fe21

Browse files
committed
Added null type to docblock
1 parent 9c46cad commit 7e7fe21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/MicrodataParser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ class MicrodataParser
1212
*
1313
* Should return a string value
1414
*
15-
* @var callable
15+
* @var callable|null
1616
*/
1717
private $absoluteUriHandler;
1818

1919
/**
2020
* MicrodataParser constructor.
2121
*
2222
* @param MicrodataDOMDocument $dom
23-
* @param callable $absoluteUriHandler Can be set later with MicrodataParser::setAbsoluteUriHandler()
23+
* @param callable|null $absoluteUriHandler Can be set later with MicrodataParser::setAbsoluteUriHandler()
2424
*
2525
* @see MicrodataParser::$absoluteUriHandler
2626
*/

0 commit comments

Comments
 (0)