Skip to content

Commit 2b4a7da

Browse files
committed
fix 7.2 trailing comma
1 parent 7af3d89 commit 2b4a7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/InvalidateCacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected function setUp(): void
3333
});
3434

3535
$this->middleware = new CacheMiddleware(new PrivateCacheStrategy(
36-
new Psr6CacheStorage(new ArrayCachePool()),
36+
new Psr6CacheStorage(new ArrayCachePool())
3737
));
3838

3939
$stack->push($this->middleware, 'cache');

0 commit comments

Comments
 (0)