diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-01-26 17:27:58 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-01-26 17:27:58 +0100 |
commit | a0cb52c90e4bae5f5ca7b78c8619888a9014edb7 (patch) | |
tree | c4b857e831c6f2714aba90edd85c5da573301509 /apps/federation/tests | |
parent | 2d7528bc64640240452711891ce0b339935797c0 (diff) | |
download | nextcloud-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.php | 2 |
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 +} |