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 68f6fc0 commit fb362cbCopy full SHA for fb362cb
Model/Datasource/RedisSource.php
@@ -59,11 +59,11 @@ class RedisSource extends DataSource {
59
public $cacheSources = false;
60
61
/**
62
- * Constructor.
63
- *
64
- * @param array $config Array of configuration information for the Datasource
65
- * @return bool True if connecting to the DataSource succeeds, else false
66
- */
+ * Constructor.
+ *
+ * @param array $config Array of configuration information for the Datasource
+ * @return bool True if connecting to the DataSource succeeds, else false
+ */
67
public function __construct($config = array()) {
68
parent::__construct($config);
69
0 commit comments