Skip to content

Commit b007328

Browse files
authored
Merge pull request #56 from hannesvdvreken/patch-1
Small typo in comment
2 parents ce917b9 + 457e972 commit b007328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CachePoolTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ public function testSaveWithoutExpire()
363363
$item->set('data');
364364
$this->cache->save($item);
365365

366-
// Use a new pool instance to ensure that we don't it any caches
366+
// Use a new pool instance to ensure that we don't hit any caches
367367
$pool = $this->createCachePool();
368368
$item = $pool->getItem('test_ttl_null');
369369

0 commit comments

Comments
 (0)