diff options
author | Joas Schilling <coding@schilljs.com> | 2020-04-14 17:24:29 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-04-18 11:21:28 +0200 |
commit | f93d55eebd216e59f200da2bf46cd332bc17bedc (patch) | |
tree | 1099da3d345cf157f1d53139c3cd06b551453a8f /apps/cloud_federation_api/appinfo | |
parent | aad16c8508b11c54cd87122456642b8e20c774d3 (diff) | |
download | nextcloud-server-f93d55eebd216e59f200da2bf46cd332bc17bedc.tar.gz nextcloud-server-f93d55eebd216e59f200da2bf46cd332bc17bedc.zip |
PHP CS fixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/cloud_federation_api/appinfo')
-rw-r--r-- | apps/cloud_federation_api/appinfo/routes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/appinfo/routes.php b/apps/cloud_federation_api/appinfo/routes.php index 49ea1155305..9aa98315c3d 100644 --- a/apps/cloud_federation_api/appinfo/routes.php +++ b/apps/cloud_federation_api/appinfo/routes.php @@ -1,4 +1,5 @@ <?php + declare(strict_types=1); /** * @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com> |