diff options
Diffstat (limited to 'tests/lib/LargeFileHelperTest.php')
-rw-r--r-- | tests/lib/LargeFileHelperTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/LargeFileHelperTest.php b/tests/lib/LargeFileHelperTest.php index 7d155ff8b44..bfe26246918 100644 --- a/tests/lib/LargeFileHelperTest.php +++ b/tests/lib/LargeFileHelperTest.php @@ -11,7 +11,7 @@ namespace Test; class LargeFileHelperTest extends TestCase { protected $helper; - protected function setUp() { + protected function setUp(): void { parent::setUp(); $this->helper = new \OC\LargeFileHelper; } |