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 b7f3252 commit 81ec22dCopy full SHA for 81ec22d
WordPressVIPMinimum/Sniffs/Security/EscapingVoidReturnFunctionsSniff.php
@@ -23,6 +23,10 @@
23
*/
24
class EscapingVoidReturnFunctionsSniff extends AbstractFunctionParameterSniff {
25
26
+// Should be refactored to use the WPCS AbstractFunctionRestrictionsSniff
27
+// Will also need to check much better that what's inside the function call is another function call and not a constant or something else.
28
+// Needs to take fully qualified function calls into account. Also for the "inside" function.
29
+
30
use PrintingFunctionsTrait;
31
32
/**
0 commit comments