Skip to content

Commit d9b9fb2

Browse files
committed
Dropping type-hint on MySqlSchemaManager::listTableDetails return type
1 parent 577c7bd commit d9b9fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ protected function _getPortableTableForeignKeysList($tableForeignKeys)
299299
return $result;
300300
}
301301

302-
public function listTableDetails($tableName) : Table
302+
public function listTableDetails($tableName)
303303
{
304304
$table = parent::listTableDetails($tableName);
305305

0 commit comments

Comments
 (0)