Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/ChecksumController.php')
-rw-r--r--lib/Controller/ChecksumController.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Controller/ChecksumController.php b/lib/Controller/ChecksumController.php
index 8953ba1..a04e1d6 100644
--- a/lib/Controller/ChecksumController.php
+++ b/lib/Controller/ChecksumController.php
@@ -17,17 +17,17 @@ class ChecksumController extends Controller {
/**
* @var IL10N
*/
- private IL10N $language;
+ private $language;
/**
* @var IMountManager
*/
- private IMountManager $mountManager;
+ private $mountManager;
/**
* @var IUserSession
*/
- private IUserSession $userSession;
+ private $userSession;
/**
* ChecksumController constructor.