Skip to content

Commit 7148201

Browse files
committed
Merge conflict
1 parent 1743a78 commit 7148201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/UseSafeFunctionsRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use PhpParser\Node\Scalar;
1616

1717
/**
18-
* This rule checks that no superglobals are used in code.
18+
* This rule checks that no "unsafe" functions are used in code.
1919
*
2020
* @implements Rule<Node\Expr\FuncCall>
2121
*/

0 commit comments

Comments
 (0)