Skip to content

Commit 380f86c

Browse files
[6.0] cs fixes
1 parent ede53ca commit 380f86c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: Parser/Reader.php

-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ public function getOffset(string $string)
6060
return false === $position ? false : $position - $this->position;
6161
}
6262

63-
/**
64-
* @return array|false
65-
*/
6663
public function findPattern(string $pattern): array|false
6764
{
6865
$source = substr($this->source, $this->position);

0 commit comments

Comments
 (0)