Skip to content

Commit d3a6532

Browse files
committed
PHP/DevelopmentFunctions: update code comment for namespaced function calls tests
1 parent ac0affb commit d3a6532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WordPress/Tests/PHP/DevelopmentFunctionsUnitTest.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Wrapper_Class::var_dump(); // OK, not the native PHP function.
3737
$wrapper ->var_dump(); // OK, not the native PHP function.
3838

3939
/*
40-
* Safeguard support for PHP 8.0+ tokenization of namespaced "names".
40+
* Safeguard correct handling of all types of namespaced function calls
4141
*/
4242
\var_dump( $value );
4343
MyNamespace\var_dump( $value );

0 commit comments

Comments
 (0)