Skip to content

Commit fa7edd2

Browse files
committed
Fix function name
1 parent 6307dcf commit fa7edd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClassMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function addPsrViolation(string $warning, string $className, string $path
121121
$this->psrViolations[$path][] = ['warning' => $warning, 'className' => $className];
122122
}
123123

124-
public function clearViolationsByPath(string $pathPrefix): void
124+
public function clearPsrViolationsByPath(string $pathPrefix): void
125125
{
126126
$pathPrefix = rtrim(strtr('\\', '/', $pathPrefix), '/');
127127

0 commit comments

Comments
 (0)