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 46965b2 commit 298a17fCopy full SHA for 298a17f
WordPressVIPMinimum/Sniffs/Files/IncludingFileSniff.php
@@ -19,6 +19,12 @@
19
*/
20
class IncludingFileSniff extends AbstractFunctionRestrictionsSniff {
21
22
+/*
23
+NOTES related to #407:
24
+- add list of partial constant names to filter out on - `DIR` and `PATH`
25
+- add (intentionally) public property to allow adding additional (full) constant names to ignore
26
+*/
27
+
28
/**
29
* List of function used for getting paths.
30
*
0 commit comments