File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 2626/**
2727 * Class Driver
2828 * @package phpFastCache\Drivers
29+ * @property CouchbaseClient $instance Instance of driver service
2930 */
3031class Driver implements ExtendedCacheItemPoolInterface
3132{
3233 use DriverBaseTrait;
3334
34- /**
35- * @var CouchbaseClient
36- */
37- public $ instance ;
38-
3935 /**
4036 * @var \CouchbaseBucket[]
4137 */
Original file line number Diff line number Diff line change 2626/**
2727 * Class Driver
2828 * @package phpFastCache\Drivers
29+ * @property LeveldbClient $instance Instance of driver service
2930 */
3031class Driver implements ExtendedCacheItemPoolInterface
3132{
3233 use DriverBaseTrait, IOHelperTrait;
3334
3435 const LEVELDB_FILENAME = '.database ' ;
3536
36- /**
37- * @var LeveldbClient Instance of driver service
38- */
39- public $ instance ;
40-
4137 /**
4238 * Driver constructor.
4339 * @param array $config
Original file line number Diff line number Diff line change 2727/**
2828 * Class Driver
2929 * @package phpFastCache\Drivers
30+ * @property SimpleSSDB $instance Instance of driver service
3031 */
3132class Driver implements ExtendedCacheItemPoolInterface
3233{
3334 use DriverBaseTrait;
34-
35- /**
36- * @var SimpleSSDB
37- */
38- public $ instance ;
3935
4036 /**
4137 * Driver constructor.
You can’t perform that action at this time.
0 commit comments