Skip to content

Commit

Permalink
analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
fogelito committed Dec 8, 2024
1 parent 8470c30 commit c8086fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/Adapter/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c8086fd

Please sign in to comment.