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 81ec22d commit d0ee692Copy full SHA for d0ee692
WordPressVIPMinimum/Sniffs/Security/ExitAfterRedirectSniff.php
@@ -17,6 +17,10 @@
17
*/
18
class ExitAfterRedirectSniff extends Sniff {
19
20
+// THIS SNIFF DOES NOT BELONG IN VIPCS, but should be in WPCS (but can't be moved due to the GPLv2 license being incompatible with MIT).
21
+
22
+// Should be refactored to use the WPCS AbstractFunctionRestrictionsSniff
23
+// Needs careful review of how the token walking and the inside/outside scope determination is done.
24
/**
25
* Returns an array of tokens this test wants to listen for.
26
*
0 commit comments