Skip to content

Commit 5929f50

Browse files
committed
Fix typo in PreGetPostsSniff class name
/s/Actions_PreGetPostsSniff/PreGetPostsSniff/
1 parent 262f783 commit 5929f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressVIPMinimum/Sniffs/Actions/PreGetPostsSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* @package VIPCS\WordPressVIPMinimum
1919
*/
20-
class Actions_PreGetPostsSniff implements \PHP_CodeSniffer_Sniff {
20+
class PreGetPostsSniff implements \PHP_CodeSniffer_Sniff {
2121

2222
/**
2323
* The tokens of the phpcsFile.

0 commit comments

Comments
 (0)