We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede53ca commit 380f86cCopy full SHA for 380f86c
Parser/Reader.php
@@ -60,9 +60,6 @@ public function getOffset(string $string)
60
return false === $position ? false : $position - $this->position;
61
}
62
63
- /**
64
- * @return array|false
65
- */
66
public function findPattern(string $pattern): array|false
67
{
68
$source = substr($this->source, $this->position);
0 commit comments