aboutsummaryrefslogtreecommitdiffstats
path: root/tests/docker/mysqlmb4.config.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/docker/mysqlmb4.config.php')
-rw-r--r--tests/docker/mysqlmb4.config.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/docker/mysqlmb4.config.php b/tests/docker/mysqlmb4.config.php
index 528673950a4..0db5d5e54de 100644
--- a/tests/docker/mysqlmb4.config.php
+++ b/tests/docker/mysqlmb4.config.php
@@ -1,5 +1,11 @@
<?php
+declare(strict_types=1);
+/**
+ * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
$CONFIG = [
'mysql.utf8mb4' => true,
];