Skip to content

Commit 32ed5d0

Browse files
committed
Update name of ignored sniff.
1 parent 2dac92e commit 32ed5d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function load_class( $class_name ) {
7373

7474
// work backwards through the namespace names of the fully-qualified
7575
// class name to find a mapped file name
76-
while ( false !== $pos = strrpos( $prefix, '\\' ) ) { // phpcs:ignore WordPress.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition
76+
while ( false !== $pos = strrpos( $prefix, '\\' ) ) { // phpcs:ignore Generic.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition
7777

7878
// retain the trailing namespace separator in the prefix
7979
$prefix = substr( $class_name, 0, $pos + 1 );

0 commit comments

Comments
 (0)