Skip to content

Commit 5d17fd3

Browse files
Merge branch '4.3' into 4.4
* 4.3: Remove superfluous phpdoc tags
2 parents 5c42497 + 3836b11 commit 5d17fd3

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Inline.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,8 +745,6 @@ private static function getTimestampRegex(): string
745745

746746
/**
747747
* Gets a regex that matches a YAML number in hexadecimal notation.
748-
*
749-
* @return string
750748
*/
751749
private static function getHexRegex(): string
752750
{

Parser.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ public function parse(string $value, int $flags = 0)
110110

111111
/**
112112
* @internal
113-
*
114-
* @return int
115113
*/
116114
public function getLastLineNumberBeforeDeprecation(): int
117115
{
@@ -606,8 +604,6 @@ private function getNextEmbedBlock(int $indentation = null, bool $inSequence = f
606604

607605
/**
608606
* Moves the parser to the next line.
609-
*
610-
* @return bool
611607
*/
612608
private function moveToNextLine(): bool
613609
{
@@ -622,8 +618,6 @@ private function moveToNextLine(): bool
622618

623619
/**
624620
* Moves the parser to the previous line.
625-
*
626-
* @return bool
627621
*/
628622
private function moveToPreviousLine(): bool
629623
{

0 commit comments

Comments
 (0)