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 75396d8 commit edf4579Copy full SHA for edf4579
1 file changed
src/Scanner/CodeScanner.php
@@ -62,7 +62,7 @@ public function ignoreInvalidFunctions($ignore = true): self
62
return $this;
63
}
64
65
- public function extractCommentsStartingWith(string ...$prefixes): self
+ public function addCommentsStartingWith(string ...$prefixes): self
66
{
67
$this->commentsPrefixes = $prefixes;
68
0 commit comments