summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-04-26 12:45:12 +0200
committerJ0WI <J0WI@users.noreply.github.com>2021-04-26 12:45:12 +0200
commit8323cbb9e5acb72f5127d95b45d80733cda2e6f2 (patch)
treea8c583a6e6046df56648f0a60c54a0546059f426 /tests
parentd1f23b0428c04f8710987bb30183d8c7cc6d3261 (diff)
downloadnextcloud-server-8323cbb9e5acb72f5127d95b45d80733cda2e6f2.tar.gz
nextcloud-server-8323cbb9e5acb72f5127d95b45d80733cda2e6f2.zip
Use strict
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/docker/mysqlmb4.config.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/docker/mysqlmb4.config.php b/tests/docker/mysqlmb4.config.php
index 528673950a4..3511e3c3723 100644
--- a/tests/docker/mysqlmb4.config.php
+++ b/tests/docker/mysqlmb4.config.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types=1);
+
$CONFIG = [
'mysql.utf8mb4' => true,
];