Skip to content

Commit 298a17f

Browse files
committed
NOTES IncludingFileSniff
1 parent 46965b2 commit 298a17f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

WordPressVIPMinimum/Sniffs/Files/IncludingFileSniff.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
*/
2020
class IncludingFileSniff extends AbstractFunctionRestrictionsSniff {
2121

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+
2228
/**
2329
* List of function used for getting paths.
2430
*

0 commit comments

Comments
 (0)