From 204177056faec1453c7f239b14a0ed9d6d66bbc2 Mon Sep 17 00:00:00 2001 From: fogelito Date: Wed, 6 Nov 2024 10:12:05 +0200 Subject: [PATCH] Fix comment --- src/Database/Adapter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/Adapter.php b/src/Database/Adapter.php index 4bb576d8c..f58f8928f 100644 --- a/src/Database/Adapter.php +++ b/src/Database/Adapter.php @@ -834,7 +834,7 @@ abstract public function getSupportForBatchOperations(): bool; abstract public function getSupportForAttributeResizing(): bool; /** - * Are attributes supported? + * Is get connection id supported? * * @return bool */