Skip to content

Commit 3c733a2

Browse files
committed
Add missing phpdoc
1 parent 5984ad5 commit 3c733a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Tests/ORM/Functional/SecondLevelCacheCountQueriesTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ public function testUpdate(int $cacheUsage): void
132132
self::assertQueryCountByType('UPDATE', 2);
133133
}
134134

135+
/** @return list<array{SupportedCacheUsage}> */
135136
public static function cacheUsageProvider(): array
136137
{
137138
return [

0 commit comments

Comments
 (0)