@@ -908,7 +908,7 @@ |
||
| 908 | 908 | * @see http://docs.couchdb.org/en/latest/api/server/common.html#post--_replicate |
| 909 | 909 | */ |
| 910 | 910 | public function startReplication($sourceDbUrl, $targetDbUrl, $proxy = NULL, $createTargetDb = TRUE, |
| 911 | - $continuous = FALSE, $filter = NULL, Opt\ViewQueryOpts $opts = NULL) { |
|
| 911 | + $continuous = FALSE, $filter = NULL, Opt\ViewQueryOpts $opts = NULL) { |
|
| 912 | 912 | // Sets source and target databases. |
| 913 | 913 | if (is_string($sourceDbUrl) && !empty($sourceDbUrl) && |
| 914 | 914 | is_string($targetDbUrl) && !empty($targetDbUrl)) { |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | * configurations.\n |
| 18 | 18 | * Inherit from LocalDoc if you want create a persistent class that is not replicable. |
| 19 | 19 | * @nosubgrouping |
| 20 | - */ |
|
| 20 | + */ |
|
| 21 | 21 | class LocalDoc extends AbstractDoc { |
| 22 | 22 | |
| 23 | 23 | |
@@ -47,7 +47,7 @@ |
||
| 47 | 47 | /** |
| 48 | 48 | * @copydoc AbstractAdapter::__construct() |
| 49 | 49 | * @param[in] bool $persistent (optional) When `true` the client uses a persistent connection. |
| 50 | - */ |
|
| 50 | + */ |
|
| 51 | 51 | public function __construct($server = parent::DEFAULT_SERVER, $userName = "", $password = "", $persistent = TRUE) { |
| 52 | 52 | $this->initialize(); |
| 53 | 53 | |