diff options
author | Joas Schilling <coding@schilljs.com> | 2020-04-17 11:31:37 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-04-18 11:21:28 +0200 |
commit | 1b93d5f1db6e2c9931f62c96c2dd60b7a2251ce9 (patch) | |
tree | 56bfa88bd122fbe5323d77d642f4b99f6641e053 /apps/testing/appinfo | |
parent | 685d7b06374fdac72541f002c14c9359b34a2608 (diff) | |
download | nextcloud-server-1b93d5f1db6e2c9931f62c96c2dd60b7a2251ce9.tar.gz nextcloud-server-1b93d5f1db6e2c9931f62c96c2dd60b7a2251ce9.zip |
PHP CS fixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/testing/appinfo')
-rw-r--r-- | apps/testing/appinfo/app.php | 1 |
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. |