From 85e369cddb7b347cccd597ab2f65fc201632091d Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 8 Apr 2020 22:24:54 +0200 Subject: Fix multiline comments Signed-off-by: Christoph Wurst --- tests/lib/LargeFileHelperGetFileSizeTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/lib/LargeFileHelperGetFileSizeTest.php') diff --git a/tests/lib/LargeFileHelperGetFileSizeTest.php b/tests/lib/LargeFileHelperGetFileSizeTest.php index 530615f46b4..3ad8f5b8806 100644 --- a/tests/lib/LargeFileHelperGetFileSizeTest.php +++ b/tests/lib/LargeFileHelperGetFileSizeTest.php @@ -9,9 +9,9 @@ namespace Test; /** -* Tests whether LargeFileHelper is able to determine file size at all. -* Large files are not considered yet. -*/ + * Tests whether LargeFileHelper is able to determine file size at all. + * Large files are not considered yet. + */ class LargeFileHelperGetFileSizeTest extends TestCase { /** @var string */ protected $filename; -- cgit v1.2.3