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

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-05-17 12:01:39 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2022-05-17 12:01:39 +0300
commit3ada55c3a27375e2657c52ecd3c30ced850dd721 (patch)
treee43459bab7fe47adb4420ee98a2b334fd2e9de03
parentc9984ca1a3a8420de36dc04affa33ef1702f211c (diff)
Use strict types everywhere
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
-rw-r--r--lib/Command/PreGenerate.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Command/PreGenerate.php b/lib/Command/PreGenerate.php
index c29256b..db18986 100644
--- a/lib/Command/PreGenerate.php
+++ b/lib/Command/PreGenerate.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2016, Roeland Jago Douma <roeland@famdouma.nl>
*