Skip to content

Commit ef47465

Browse files
committed
Fix class name for new sniff
1 parent 979df07 commit ef47465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Standards/Generic/Sniffs/Files/FilePermissionsSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use PHP_CodeSniffer\Sniffs\Sniff;
1313
use PHP_CodeSniffer\Files\File;
1414

15-
class FileExtensionSniff implements Sniff
15+
class FilePermissionsSniff implements Sniff
1616
{
1717

1818

0 commit comments

Comments
 (0)