From 5b94705cf3918dc7986c6043b1fbe776bf22958f Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 27 Mar 2018 15:35:06 +0200 Subject: Core: Fix compatibility with nextcloud codestyle (#280) --- tests/Integration/Db/FolderMapperTest.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests/Integration/Db/FolderMapperTest.php') diff --git a/tests/Integration/Db/FolderMapperTest.php b/tests/Integration/Db/FolderMapperTest.php index 4be407566..889ac3e7c 100644 --- a/tests/Integration/Db/FolderMapperTest.php +++ b/tests/Integration/Db/FolderMapperTest.php @@ -5,7 +5,7 @@ * This file is licensed under the Affero General Public License version 3 or * later. See the COPYING file. * - * @author Bernhard Posselt + * @author Bernhard Posselt * @copyright Bernhard Posselt 2015 */ @@ -13,10 +13,12 @@ namespace OCA\News\Tests\Integration\Db; use OCA\News\Tests\Integration\IntegrationTest; -class FolderMapperTest extends IntegrationTest { +class FolderMapperTest extends IntegrationTest +{ - public function testFind () { + public function testFind() + { } -- cgit v1.2.3