diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-06-25 07:38:52 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-06-25 07:38:52 +0200 |
commit | 7be465febe2b6f8b5cee8ad95f45028b4bcc8d35 (patch) | |
tree | d41529f8a96880c7b2631fe53362bc2e4c00987a /core/Migrations/Version14000Date20180522074438.php | |
parent | 13d93f5b25aa3e663146349583a0a8e01b216f7a (diff) | |
download | nextcloud-server-7be465febe2b6f8b5cee8ad95f45028b4bcc8d35.tar.gz nextcloud-server-7be465febe2b6f8b5cee8ad95f45028b4bcc8d35.zip |
Make new classes strict and fix license header
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/Migrations/Version14000Date20180522074438.php')
-rw-r--r-- | core/Migrations/Version14000Date20180522074438.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Migrations/Version14000Date20180522074438.php b/core/Migrations/Version14000Date20180522074438.php index bbb805a9cda..28207d0b900 100644 --- a/core/Migrations/Version14000Date20180522074438.php +++ b/core/Migrations/Version14000Date20180522074438.php @@ -1,4 +1,5 @@ <?php +declare(strict_types=1); /** * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at> |