diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Controller/WebAuthnController.php | 1 | ||||
-rw-r--r-- | core/Migrations/Version19000Date20200211083441.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/Controller/WebAuthnController.php b/core/Controller/WebAuthnController.php index 4cbea8390d5..1d667311ff7 100644 --- a/core/Controller/WebAuthnController.php +++ b/core/Controller/WebAuthnController.php @@ -1,4 +1,5 @@ <?php + declare(strict_types=1); /** * @copyright Copyright (c) 2020, Roeland Jago Douma <roeland@famdouma.nl> diff --git a/core/Migrations/Version19000Date20200211083441.php b/core/Migrations/Version19000Date20200211083441.php index ef4d4fde54f..72bb26b02fe 100644 --- a/core/Migrations/Version19000Date20200211083441.php +++ b/core/Migrations/Version19000Date20200211083441.php @@ -1,4 +1,5 @@ <?php + declare(strict_types=1); namespace OC\Core\Migrations; |