Skip to content

Commit

Permalink
Merge pull request #31 from clemblanco/patch-1
Browse files Browse the repository at this point in the history
fix: warning for Parser.php
  • Loading branch information
mnapoli authored Jan 29, 2025
2 parents d42d841 + 92950c7 commit 06e43e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class Parser
* @param string|string[] $endSep
*/
public function __construct(
YAMLParser $yamlParser = null,
MarkdownParser $markdownParser = null,
?YAMLParser $yamlParser = null,
?MarkdownParser $markdownParser = null,
$startSep = '---',
$endSep = '---'
) {
Expand Down

0 comments on commit 06e43e7

Please sign in to comment.