diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-10 16:56:50 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-10 16:56:50 +0200 |
commit | 734c62bee0f46652285f782761317889d1ef5c7d (patch) | |
tree | f9fe648d23372244f1d687d49b6c66126469d3f4 /apps/dav/tests/unit | |
parent | 28f8eb5dba60a75f7e22debbdc26f1d3164deb18 (diff) | |
download | nextcloud-server-734c62bee0f46652285f782761317889d1ef5c7d.tar.gz nextcloud-server-734c62bee0f46652285f782761317889d1ef5c7d.zip |
Format code according to PSR2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/dav/tests/unit')
-rw-r--r-- | apps/dav/tests/unit/CardDAV/ConverterTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/CardDAV/ConverterTest.php b/apps/dav/tests/unit/CardDAV/ConverterTest.php index da2255a7172..d502783ba41 100644 --- a/apps/dav/tests/unit/CardDAV/ConverterTest.php +++ b/apps/dav/tests/unit/CardDAV/ConverterTest.php @@ -34,7 +34,7 @@ use OCP\IUser; use PHPUnit_Framework_MockObject_MockObject; use Test\TestCase; -class ConverterTest extends TestCase { +class ConverterTest extends TestCase { /** @var AccountManager | PHPUnit_Framework_MockObject_MockObject */ private $accountManager; |