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 c1d1ca1 commit 925c800Copy full SHA for 925c800
tests/Core/Ruleset/ExpandRulesetReferenceTest.xml
@@ -2,6 +2,6 @@
2
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ExpandRulesetReferenceTest" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/PHPCSStandards/PHP_CodeSniffer/master/phpcs.xsd">
3
4
<!-- LINE 993-994 ?? test ONLINE Including a category of sniffs via a ruleset relative directory ref. -->
5
- <rule ref="./fixtures/teststandard/sniffs/validsniffs"/>
+ <rule ref="psr12.keywords.shortformtypekeywords"/>
6
7
</ruleset>
0 commit comments