Skip to content

Commit 44d41d6

Browse files
authored
Merge branch 'final' into final
2 parents d6cf085 + 6e7d0ef commit 44d41d6

File tree

11 files changed

+12
-10
lines changed

11 files changed

+12
-10
lines changed

src/phpFastCache/CacheManager.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,8 @@ public static function getStaticSystemDrivers()
397397
'Sqlite',
398398
'Wincache',
399399
'Xcache',
400+
'Zenddisk',
401+
'Zendshm',
400402
];
401403
}
402404

src/phpFastCache/Drivers/Cassandra/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* Class Item
25-
* @package phpFastCache\Drivers\Apc
25+
* @package phpFastCache\Drivers\Cassandra
2626
*/
2727
class Item implements ExtendedCacheItemInterface
2828
{

src/phpFastCache/Drivers/Cookie/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* Class Item
25-
* @package phpFastCache\Drivers\Apc
25+
* @package phpFastCache\Drivers\Cookie
2626
*/
2727
class Item implements ExtendedCacheItemInterface
2828
{

src/phpFastCache/Drivers/Couchbase/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* Class Item
25-
* @package phpFastCache\Drivers\Apc
25+
* @package phpFastCache\Drivers\Couchbase
2626
*/
2727
class Item implements ExtendedCacheItemInterface
2828
{

src/phpFastCache/Drivers/Couchdb/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* Class Item
25-
* @package phpFastCache\Drivers\Apc
25+
* @package phpFastCache\Drivers\Couchdb
2626
*/
2727
class Item implements ExtendedCacheItemInterface
2828
{

src/phpFastCache/Drivers/Files/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* Class Item
25-
* @package phpFastCache\Drivers\Apc
25+
* @package phpFastCache\Drivers\Files
2626
*/
2727
class Item implements ExtendedCacheItemInterface
2828
{

src/phpFastCache/Drivers/Memcache/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* Class Item
25-
* @package phpFastCache\Drivers\Apc
25+
* @package phpFastCache\Drivers\Memcache
2626
*/
2727
class Item implements ExtendedCacheItemInterface
2828
{

src/phpFastCache/Drivers/Memcached/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* Class Item
25-
* @package phpFastCache\Drivers\Apc
25+
* @package phpFastCache\Drivers\Memcached
2626
*/
2727
class Item implements ExtendedCacheItemInterface
2828
{

src/phpFastCache/Drivers/Mongodb/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* Class Item
25-
* @package phpFastCache\Drivers\Apc
25+
* @package phpFastCache\Drivers\Mongodb
2626
*/
2727
class Item implements ExtendedCacheItemInterface
2828
{

src/phpFastCache/Drivers/Predis/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* Class Item
25-
* @package phpFastCache\Drivers\Apc
25+
* @package phpFastCache\Drivers\Predis
2626
*/
2727
class Item implements ExtendedCacheItemInterface
2828
{

0 commit comments

Comments
 (0)