@@ -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)) { |
@@ -16,7 +16,6 @@ |
||
| 16 | 16 | use Surfer\Message\Request; |
| 17 | 17 | use Surfer\Message\Response; |
| 18 | 18 | use Surfer\Hook\IChunkHook; |
| 19 | - |
|
| 20 | 19 | use stdClass; |
| 21 | 20 | |
| 22 | 21 | |
@@ -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 | |