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 1743a78 commit 7148201Copy full SHA for 7148201
src/Rules/UseSafeFunctionsRule.php
@@ -15,7 +15,7 @@
15
use PhpParser\Node\Scalar;
16
17
/**
18
- * This rule checks that no superglobals are used in code.
+ * This rule checks that no "unsafe" functions are used in code.
19
*
20
* @implements Rule<Node\Expr\FuncCall>
21
*/
0 commit comments