From c8086fd4a7f51228005da6e2f3ab93050d002494 Mon Sep 17 00:00:00 2001 From: fogelito Date: Sun, 8 Dec 2024 11:26:44 +0200 Subject: [PATCH] analyze --- tests/e2e/Adapter/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Adapter/Base.php b/tests/e2e/Adapter/Base.php index f64dfbaa4..d56a987df 100644 --- a/tests/e2e/Adapter/Base.php +++ b/tests/e2e/Adapter/Base.php @@ -1322,7 +1322,7 @@ public function testSchemaAttribute(): void $attributes = []; foreach ($db->getSchemaAttributes($collection) as $attribute) { /** - * @var $attribute Document + * @var Document $attribute */ $attributes[$attribute->getAttribute('columnName')] = $attribute; }