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.
1 parent d97fba4 commit 029f02eCopy full SHA for 029f02e
WordPress/Sniffs/PHP/IniSetSniff.php
@@ -91,7 +91,7 @@ class IniSetSniff extends AbstractFunctionParameterSniff {
91
'message' => 'Changing the option value can break other plugins. Use the filter flag constants when calling the Filter functions instead.',
92
),
93
'filter.default_flags' => array(
94
- 'message' => 'Use the filter flag constants when calling the functions instead (as you will possibly break other plugins if you change this).',
+ 'message' => 'Changing the option value can break other plugins. Use the filter flag constants when calling the Filter functions instead.',
95
96
'iconv.input_encoding' => array(
97
'message' => 'PHP < 5.6 only - use `iconv_set_encoding()` instead.',
0 commit comments