mirror of
https://github.com/vrana/adminer.git
synced 2025-12-30 04:10:38 +01:00
Doc-comments: Move return types to declaration
This commit is contained in:
@@ -10,9 +10,8 @@ class AdminerTableStructure {
|
||||
|
||||
/** Print table structure in tabular format
|
||||
* @param Field[] $fields data about individual fields
|
||||
* @return bool
|
||||
*/
|
||||
function tableStructurePrint(array $fields, $tableStatus = null) {
|
||||
function tableStructurePrint(array $fields, $tableStatus = null): bool {
|
||||
echo "<div class='scrollable'>\n";
|
||||
echo "<table class='nowrap odds'>\n";
|
||||
echo "<thead><tr>"
|
||||
|
||||
Reference in New Issue
Block a user