diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-12-05 16:07:53 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-12-05 16:08:40 +0100 |
commit | ee06261b82660b8dfebd7c63941c4ef29a7002e7 (patch) | |
tree | 4cd38154f0b3b3dbc9f709c3f129019218359559 /apps/dav/tests | |
parent | 30560d316584276a08c909f5198a839c1c170cc9 (diff) | |
download | nextcloud-server-ee06261b82660b8dfebd7c63941c4ef29a7002e7.tar.gz nextcloud-server-ee06261b82660b8dfebd7c63941c4ef29a7002e7.zip |
Fix codestyle in modified files
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/dav/tests')
-rw-r--r-- | apps/dav/tests/unit/CalDAV/CalendarImplTest.php | 1 |
1 files changed, 0 insertions, 1 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; |