Skip to content

Commit 2963fc2

Browse files
committed
Repaired Riak broken build + added @method annotation for better IDE understanding
1 parent 13e9dae commit 2963fc2

File tree

24 files changed

+30
-7
lines changed

24 files changed

+30
-7
lines changed

src/phpFastCache/Drivers/Apc/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* Class Driver
2727
* @package phpFastCache\Drivers
2828
* @property Config $config Config object
29+
* @method Config getConfig() Return the config object
2930
*/
3031
class Driver implements ExtendedCacheItemPoolInterface
3132
{

src/phpFastCache/Drivers/Apcu/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* Class Driver
2727
* @package phpFastCache\Drivers
2828
* @property Config $config Config object
29+
* @method Config getConfig() Return the config object
2930
*/
3031
class Driver implements ExtendedCacheItemPoolInterface
3132
{

src/phpFastCache/Drivers/Cassandra/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* @package phpFastCache\Drivers
3131
* @property CassandraSession $instance Instance of driver service
3232
* @property Config $config Config object
33+
* @method Config getConfig() Return the config object
3334
*/
3435
class Driver implements ExtendedCacheItemPoolInterface
3536
{

src/phpFastCache/Drivers/Cookie/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* Class Driver
2727
* @package phpFastCache\Drivers
2828
* @property Config $config Config object
29+
* @method Config getConfig() Return the config object
2930
*/
3031
class Driver implements ExtendedCacheItemPoolInterface
3132
{

src/phpFastCache/Drivers/Couchbase/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* @package phpFastCache\Drivers
3232
* @property CouchbaseClient $instance Instance of driver service
3333
* @property Config $config Config object
34+
* @method Config getConfig() Return the config object
3435
*/
3536
class Driver implements ExtendedCacheItemPoolInterface
3637
{

src/phpFastCache/Drivers/Couchdb/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* @package phpFastCache\Drivers
3535
* @property CouchdbClient $instance Instance of driver service
3636
* @property Config $config Config object
37+
* @method Config getConfig() Return the config object
3738
*/
3839
class Driver implements ExtendedCacheItemPoolInterface
3940
{

src/phpFastCache/Drivers/Devfalse/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* Class Driver
2929
* @package phpFastCache\Drivers
3030
* @property Config $config Config object
31+
* @method Config getConfig() Return the config object
3132
*/
3233
class Driver implements ExtendedCacheItemPoolInterface
3334
{

src/phpFastCache/Drivers/Devnull/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* Class Driver
2727
* @package phpFastCache\Drivers
2828
* @property Config $config Config object
29+
* @method Config getConfig() Return the config object
2930
*/
3031
class Driver implements ExtendedCacheItemPoolInterface
3132
{

src/phpFastCache/Drivers/Devtrue/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* Class Driver
2727
* @package phpFastCache\Drivers
2828
* @property Config $config Config object
29+
* @method Config getConfig() Return the config object
2930
*/
3031
class Driver implements ExtendedCacheItemPoolInterface
3132
{

src/phpFastCache/Drivers/Files/Driver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* Class Driver
2727
* @package phpFastCache\Drivers
2828
* @property Config $config Config object
29+
* @method Config getConfig() Return the config object
2930
*/
3031
class Driver implements ExtendedCacheItemPoolInterface
3132
{

0 commit comments

Comments
 (0)