Skip to content

Commit

Permalink
Fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed May 31, 2024
1 parent 6307dcf commit fa7edd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClassMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function addPsrViolation(string $warning, string $className, string $path
$this->psrViolations[$path][] = ['warning' => $warning, 'className' => $className];
}

public function clearViolationsByPath(string $pathPrefix): void
public function clearPsrViolationsByPath(string $pathPrefix): void
{
$pathPrefix = rtrim(strtr('\\', '/', $pathPrefix), '/');

Expand Down

0 comments on commit fa7edd2

Please sign in to comment.