summaryrefslogtreecommitdiffstats
path: root/core/Command/Integrity/CheckApp.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/Integrity/CheckApp.php')
-rw-r--r--core/Command/Integrity/CheckApp.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/Command/Integrity/CheckApp.php b/core/Command/Integrity/CheckApp.php
index 17e22cc5a62..ebd502c3d29 100644
--- a/core/Command/Integrity/CheckApp.php
+++ b/core/Command/Integrity/CheckApp.php
@@ -40,11 +40,7 @@ use Symfony\Component\Console\Output\OutputInterface;
* @package OC\Core\Command\Integrity
*/
class CheckApp extends Base {
-
- /**
- * @var Checker
- */
- private $checker;
+ private Checker $checker;
public function __construct(Checker $checker) {
parent::__construct();