mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Doc-comments: Sync method signatures
This commit is contained in:
@@ -46,7 +46,7 @@ abstract class SqlDriver {
|
||||
/** Get structured types
|
||||
* @return list<string>[]|list<string> [$description => [$type, ...], ...]
|
||||
*/
|
||||
function structuredTypes() {
|
||||
function structuredTypes(): array {
|
||||
return array_map('array_keys', $this->types);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user