Skip to content

Commit 6d8b3de

Browse files
committed
PHP/POSIXFunctions: update code comment for namespaced function calls tests
1 parent ba8dfec commit 6d8b3de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WordPress/Tests/PHP/POSIXFunctionsUnitTest.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $title_parts = spliti( ' ', get_the_title(), 4 ); // Bad, spliti also deprecated
2626
sql_regcase( 'Foo - bar.'); // Bad. Deprecated.
2727

2828
/*
29-
* Safeguard support for PHP 8.0+ tokenization of namespaced "names".
29+
* Safeguard correct handling of all types of namespaced function calls
3030
*/
3131
\split( ':', $date );
3232
MyNamespace\split( ':', $date );

0 commit comments

Comments
 (0)