Skip to content

Commit edf4579

Browse files
author
Oscar Otero
committed
renamed method
1 parent 75396d8 commit edf4579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Scanner/CodeScanner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function ignoreInvalidFunctions($ignore = true): self
6262
return $this;
6363
}
6464

65-
public function extractCommentsStartingWith(string ...$prefixes): self
65+
public function addCommentsStartingWith(string ...$prefixes): self
6666
{
6767
$this->commentsPrefixes = $prefixes;
6868

0 commit comments

Comments
 (0)