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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-04-17 12:31:37 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-04-18 12:21:28 +0300
commit1b93d5f1db6e2c9931f62c96c2dd60b7a2251ce9 (patch)
tree56bfa88bd122fbe5323d77d642f4b99f6641e053 /apps/testing
parent685d7b06374fdac72541f002c14c9359b34a2608 (diff)
PHP CS fixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/testing')
-rw-r--r--apps/testing/appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/testing/appinfo/app.php b/apps/testing/appinfo/app.php
index 428899df691..e588ce47433 100644
--- a/apps/testing/appinfo/app.php
+++ b/apps/testing/appinfo/app.php
@@ -1,4 +1,5 @@
<?php
+
declare(strict_types=1);
/**
* @copyright Copyright (c) 2016, ownCloud GmbH.