1
0
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:
Mathias Reker ⚡️
2022-06-17 19:16:52 +02:00
committed by GitHub
parent ede0cad42f
commit 530b28e95b
9 changed files with 10 additions and 10 deletions

View File

@@ -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;