Skip to content

Commit

Permalink
Merge pull request #269 from nicolas-grekas/bump-dep
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
greg0ire authored May 11, 2023
2 parents 49513cb + 44c4e41 commit 06bc37c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"homepage": "https://github.com/doctrine/rst-parser",
"require": {
"php": "^7.2 || ^8.0",
"doctrine/event-manager": "^1.0",
"doctrine/event-manager": "^1.0 || ^2.0",
"symfony/filesystem": "^4.1 || ^5.0 || ^6.0",
"symfony/finder": "^4.1 || ^5.0 || ^6.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/string": "^5.3 || ^6.0",
"symfony/translation-contracts": "^1.1 || ^2.0",
"symfony/translation-contracts": "^1.1 || ^2.0 || ^3.0",
"twig/twig": "^2.9 || ^3.3"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions lib/Parser/DocumentParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,10 @@ private function parseLine(string $line): bool
$this->setState(State::BEGIN);

return false;
} else {
$this->buffer->push($line);
}

$this->buffer->push($line);

break;

case State::DIRECTIVE:
Expand Down

0 comments on commit 06bc37c

Please sign in to comment.