Rename *CacheDriver to *Cache because they don't act as driver anymore

This commit is contained in:
Philipp Holzer
2019-08-04 10:26:53 +02:00
parent d56bd28a07
commit 86bf2ee45a
38 changed files with 152 additions and 144 deletions

View File

@@ -12,7 +12,7 @@ abstract class LockTest extends MockedTest
protected $startTime = 1417011228;
/**
* @var \Friendica\Core\Lock\ILockDriver
* @var \Friendica\Core\Lock\ILock
*/
protected $instance;