Remove return type hint from getInnodbFileFormat

Remove type hinting from getInnodbFileFormat method.

Signed-off-by: Guido Selva guido.selva@gmail.com
This commit is contained in:
GS 2026-03-31 19:02:34 +02:00 committed by GitHub
parent 45fdf3123d
commit bcea844b90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -288,7 +288,7 @@ class Innodb extends StorageEngine
*
* @return string|null the InnoDB file format
*/
public function getInnodbFileFormat(): string|null
public function getInnodbFileFormat()
{
global $dbi;