We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
private
1 parent e53d4f9 commit e3672daCopy full SHA for e3672da
1 file changed
WordPress/Sniffs/WP/GetMetaSingleSniff.php
@@ -43,7 +43,7 @@ final class GetMetaSingleSniff extends AbstractFunctionParameterSniff {
43
*
44
* @var array<string, array<string, int|string>>
45
*/
46
- const GENERIC_META_FUNCTIONS_FORMAT = array(
+ private const GENERIC_META_FUNCTIONS_FORMAT = array(
47
'condition' => array(
48
'param_name' => 'meta_key',
49
'position' => 3,
@@ -64,7 +64,7 @@ final class GetMetaSingleSniff extends AbstractFunctionParameterSniff {
64
65
66
67
- const SPECIFIC_META_FUNCTIONS_FORMAT = array(
+ private const SPECIFIC_META_FUNCTIONS_FORMAT = array(
68
69
'param_name' => 'key',
70
'position' => 2,
0 commit comments