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 b98fbeb commit 08020e3Copy full SHA for 08020e3
package.xml
@@ -26,7 +26,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
26
</stability>
27
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
28
<notes>
29
- - Rule include patterns in a ruleset.xml file are not evaluated as OR instead of AND
+ - Rule include patterns in a ruleset.xml file are now evaluated as OR instead of AND
30
-- Previously, a file had to match every include pattern and no exclude patterns to be included
31
-- Now, a file must match at least one include pattern and no exclude patterns to be included
32
-- This is a bug fix as include patterns are already documented to work this way
0 commit comments