Skip to content

Commit c9de95c

Browse files
committed
Fixed #375
1 parent 839d12c commit c9de95c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/phpFastCache/Drivers/Predis/Driver.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,12 @@
2525
/**
2626
* Class Driver
2727
* @package phpFastCache\Drivers
28+
* @property PredisClient $instance Instance of driver service
2829
*/
2930
class Driver implements ExtendedCacheItemPoolInterface
3031
{
3132
use DriverBaseTrait;
3233

33-
/**
34-
* @var PredisClient Instance of driver service
35-
*/
36-
public $instance;
37-
3834
/**
3935
* Driver constructor.
4036
* @param array $config

src/phpFastCache/Drivers/Redis/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* Class Driver
2727
* @package phpFastCache\Drivers
28+
* @property RedisClient $instance Instance of driver service
2829
*/
2930
class Driver implements ExtendedCacheItemPoolInterface
3031
{

0 commit comments

Comments
 (0)