mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Add void return types
Add void return type to functions with missing or empty return statements. Closes GH-535.
This commit is contained in:
@@ -24,7 +24,7 @@ if (empty($notfound)) {
|
||||
|
||||
// Print out the table of found (or all) functions. The HTML comments are
|
||||
// needed to support MyCroft search (Mozilla browser family and Sherlock for MacOSX)
|
||||
function quickref_table($functions, $sort = true)
|
||||
function quickref_table($functions, $sort = true): void
|
||||
{
|
||||
global $LANG;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user