We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce917b9 + 457e972 commit b007328Copy full SHA for b007328
1 file changed
src/CachePoolTest.php
@@ -363,7 +363,7 @@ public function testSaveWithoutExpire()
363
$item->set('data');
364
$this->cache->save($item);
365
366
- // Use a new pool instance to ensure that we don't it any caches
+ // Use a new pool instance to ensure that we don't hit any caches
367
$pool = $this->createCachePool();
368
$item = $pool->getItem('test_ttl_null');
369
0 commit comments