File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
69
69
-- Previously, you could only re-enable a sniff/category/standard using the exact same code that was disabled
70
70
-- Now, you can disable a standard and only re-enable a specific category or sniff
71
71
-- Or, you can disable a specific sniff and have it re-enable when you re-enable the category or standard
72
+ - The value of array sniff properties can now be set using phpcs:set annotations
73
+ -- e.g., phpcs:set Standard.Category.SniffName property[] key=>value,key2=>value2
74
+ -- Thanks to Michał Bundyra for the patch
72
75
- PHPCS annotations now remain as T_PHPCS_* tokens instead of reverting to comment tokens when --ignore-annotations is used
73
76
-- This stops sniffs (especially commenting sniffs) from generating a large number of false errors when ignoring
74
77
-- Any custom sniffs that are using the T_PHPCS_* tokens to detect annotations may need to be changed to ignore them
You can’t perform that action at this time.
0 commit comments