Skip to content

Commit 665d3ca

Browse files
committed
PHP/RestrictedPHPFunctions: update code comment for namespaced function calls tests
1 parent 6d8b3de commit 665d3ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WordPress/Tests/PHP/RestrictedPHPFunctionsUnitTest.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ add_action( 'widgets_init', create_function( '', // Error.
55
) );
66

77
/*
8-
* Safeguard support for PHP 8.0+ tokenization of namespaced "names".
8+
* Safeguard correct handling of all types of namespaced function calls
99
*/
1010
\create_function('', 'return;');
1111
MyNamespace\create_function('', 'return;');

0 commit comments

Comments
 (0)