Skip to content

Commit fb362cb

Browse files
committed
Fixed indent
1 parent 68f6fc0 commit fb362cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Model/Datasource/RedisSource.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ class RedisSource extends DataSource {
5959
public $cacheSources = false;
6060

6161
/**
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-
*/
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+
*/
6767
public function __construct($config = array()) {
6868
parent::__construct($config);
6969

0 commit comments

Comments
 (0)