mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
Doc-comments: Remove redundant info
This commit is contained in:
@@ -227,7 +227,7 @@ abstract class SqlDriver {
|
||||
}
|
||||
|
||||
/** Check whether table supports indexes
|
||||
* @param TableStatus $table_status result of table_status1()
|
||||
* @param TableStatus $table_status
|
||||
*/
|
||||
function supportsIndex(array $table_status): bool {
|
||||
return !is_view($table_status);
|
||||
|
Reference in New Issue
Block a user