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:
parent
45fdf3123d
commit
bcea844b90
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user