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; }