We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839d12c commit c9de95cCopy full SHA for c9de95c
src/phpFastCache/Drivers/Predis/Driver.php
@@ -25,16 +25,12 @@
25
/**
26
* Class Driver
27
* @package phpFastCache\Drivers
28
+ * @property PredisClient $instance Instance of driver service
29
*/
30
class Driver implements ExtendedCacheItemPoolInterface
31
{
32
use DriverBaseTrait;
33
- /**
34
- * @var PredisClient Instance of driver service
35
- */
36
- public $instance;
37
-
38
39
* Driver constructor.
40
* @param array $config
src/phpFastCache/Drivers/Redis/Driver.php
@@ -25,6 +25,7 @@
+ * @property RedisClient $instance Instance of driver service
0 commit comments