You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, pass <code>new PhpCodeSnifferPlatform()</code> to the parser
44
+
constructor to add it on top of the standard tags. A bare
45
+
<code>new DocBlockParser()</code> loads the standard platform only, so an
46
+
unrecognized <code>@phpcs:*</code> or <code>@codingStandards*</code> tag then
47
+
falls back to a plain <ahref="phpdoc.md#tag">Tag</a>.
48
+
</note>
40
49
41
50
For the authoritative behavior, see
42
51
[PHP_CodeSniffer's wiki on ignoring code](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Advanced-Usage#ignoring-parts-of-a-file).
0 commit comments