Skip to content

Commit b95dde7

Browse files
committed
DeclarationCompatibility::$checkClasses: improve type specificity
1 parent 6ab21f8 commit b95dde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressVIPMinimum/Sniffs/Classes/DeclarationCompatibilitySniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class DeclarationCompatibilitySniff extends AbstractScopeSniff {
2727
/**
2828
* A list of classes and methods to check.
2929
*
30-
* @var array<string, array<string, array<string, mixed>>>
30+
* @var array<string, array<string, array<int|string, string|array<string, bool|string>>>>
3131
*/
3232
public $checkClasses = [
3333
'WP_Widget' => [

0 commit comments

Comments
 (0)