Skip to content

Commit eb9bac8

Browse files
committed
formatting
1 parent c039cbb commit eb9bac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Migration/Unit/General/CacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function testTestCache(): void
5353
$key = $cache->resolveResourceCacheKey($db1);
5454

5555
/**
56-
* @var $resource Resource
56+
* @var Resource $resource
5757
*/
5858
$resource = $cache->get('database')[$key];
5959
$this->assertEquals('success', $resource->getStatus());

0 commit comments

Comments
 (0)