Skip to content

Commit 3836b11

Browse files
Merge branch '3.4' into 4.3
* 3.4: Remove superfluous phpdoc tags
2 parents 4e543ce + 5d61fdb commit 3836b11

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
@@ -736,8 +736,6 @@ private static function getTimestampRegex(): string
736736

737737
/**
738738
* Gets a regex that matches a YAML number in hexadecimal notation.
739-
*
740-
* @return string
741739
*/
742740
private static function getHexRegex(): string
743741
{

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)