aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federation/tests
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-01-26 17:27:58 +0100
committerLukas Reschke <lukas@owncloud.com>2016-01-26 17:27:58 +0100
commita0cb52c90e4bae5f5ca7b78c8619888a9014edb7 (patch)
treec4b857e831c6f2714aba90edd85c5da573301509 /apps/federation/tests
parent2d7528bc64640240452711891ce0b339935797c0 (diff)
downloadnextcloud-server-a0cb52c90e4bae5f5ca7b78c8619888a9014edb7.tar.gz
nextcloud-server-a0cb52c90e4bae5f5ca7b78c8619888a9014edb7.zip
Fix PHPDoc and signature
Diffstat (limited to 'apps/federation/tests')
-rw-r--r--apps/federation/tests/lib/syncfederationaddressbookstest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federation/tests/lib/syncfederationaddressbookstest.php b/apps/federation/tests/lib/syncfederationaddressbookstest.php
index 6932c1e1360..770896535fa 100644
--- a/apps/federation/tests/lib/syncfederationaddressbookstest.php
+++ b/apps/federation/tests/lib/syncfederationaddressbookstest.php
@@ -63,4 +63,4 @@ class SyncFederationAddressbooksTest extends \Test\TestCase {
});
$this->assertEquals(2, count($this->callBacks));
}
-} \ No newline at end of file
+}