From ee06261b82660b8dfebd7c63941c4ef29a7002e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Mon, 5 Dec 2022 16:07:53 +0100 Subject: [PATCH] Fix codestyle in modified files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- apps/dav/tests/unit/CalDAV/CalendarImplTest.php | 1 - tests/lib/Encryption/UtilTest.php | 3 --- 2 files changed, 4 deletions(-) diff --git a/apps/dav/tests/unit/CalDAV/CalendarImplTest.php b/apps/dav/tests/unit/CalDAV/CalendarImplTest.php index 92fd760b248..69e749962dc 100644 --- a/apps/dav/tests/unit/CalDAV/CalendarImplTest.php +++ b/apps/dav/tests/unit/CalDAV/CalendarImplTest.php @@ -43,7 +43,6 @@ use Sabre\VObject\Reader; * @group DB */ class CalendarImplTest extends \Test\TestCase { - /** @var CalendarImpl */ private $calendarImpl; diff --git a/tests/lib/Encryption/UtilTest.php b/tests/lib/Encryption/UtilTest.php index 26e4b85fbb3..c2bc4ac55bd 100644 --- a/tests/lib/Encryption/UtilTest.php +++ b/tests/lib/Encryption/UtilTest.php @@ -3,9 +3,7 @@ namespace Test\Encryption; use OC\Encryption\Util; -use OC\Files\Filesystem; use OC\Files\View; -use OC\User\Manager; use OCA\Files_External\Lib\StorageConfig; use OCA\Files_External\Service\GlobalStoragesService; use OCP\Encryption\IEncryptionModule; @@ -15,7 +13,6 @@ use OCP\IUserManager; use Test\TestCase; class UtilTest extends TestCase { - /** * block size will always be 8192 for a PHP stream * @see https://bugs.php.net/bug.php?id=21641