diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 11:50:14 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 11:50:14 +0200 |
commit | 2a529e453a7de7f51ab72ac48f947fa9d2afd18d (patch) | |
tree | 95b913a59a6512e54ef848aa03095cdfdc7a92c5 /tests/lib/AppFramework/Middleware/Security | |
parent | 41b5e5923a44965e435d35d01b5009abb2dd5c97 (diff) | |
download | nextcloud-server-2a529e453a7de7f51ab72ac48f947fa9d2afd18d.tar.gz nextcloud-server-2a529e453a7de7f51ab72ac48f947fa9d2afd18d.zip |
Use a blank line after the opening tag
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests/lib/AppFramework/Middleware/Security')
-rw-r--r-- | tests/lib/AppFramework/Middleware/Security/CSPMiddlewareTest.php | 1 | ||||
-rw-r--r-- | tests/lib/AppFramework/Middleware/Security/FeaturePolicyMiddlewareTest.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/AppFramework/Middleware/Security/CSPMiddlewareTest.php b/tests/lib/AppFramework/Middleware/Security/CSPMiddlewareTest.php index 6d089e3880d..2dfb04e138e 100644 --- a/tests/lib/AppFramework/Middleware/Security/CSPMiddlewareTest.php +++ b/tests/lib/AppFramework/Middleware/Security/CSPMiddlewareTest.php @@ -1,4 +1,5 @@ <?php + declare(strict_types=1); /** * @copyright Copyright (c) 2019, Roeland Jago Douma <roeland@famdouma.nl> diff --git a/tests/lib/AppFramework/Middleware/Security/FeaturePolicyMiddlewareTest.php b/tests/lib/AppFramework/Middleware/Security/FeaturePolicyMiddlewareTest.php index 62be8037cfc..0a4b3c4f34c 100644 --- a/tests/lib/AppFramework/Middleware/Security/FeaturePolicyMiddlewareTest.php +++ b/tests/lib/AppFramework/Middleware/Security/FeaturePolicyMiddlewareTest.php @@ -1,4 +1,5 @@ <?php + declare(strict_types=1); /** * @copyright Copyright (c) 2019, Roeland Jago Douma <roeland@famdouma.nl> |