Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-04-26 13:45:12 +0300
committerJ0WI <J0WI@users.noreply.github.com>2021-04-26 13:45:12 +0300
commit8323cbb9e5acb72f5127d95b45d80733cda2e6f2 (patch)
treea8c583a6e6046df56648f0a60c54a0546059f426 /tests/docker
parentd1f23b0428c04f8710987bb30183d8c7cc6d3261 (diff)
Use strict
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'tests/docker')
-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,
];