aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-04-28 09:28:19 +0200
committerGitHub <noreply@github.com>2021-04-28 09:28:19 +0200
commit6a5d89c1ac2e24301b3c7cdc46b7302e26c4d09f (patch)
tree9bbb31893aef4db98c5729e48ffa444a64621cf8 /tests
parenta0583771694b80bab067b51fb3dd98a159a2454f (diff)
parent8323cbb9e5acb72f5127d95b45d80733cda2e6f2 (diff)
downloadnextcloud-server-6a5d89c1ac2e24301b3c7cdc46b7302e26c4d09f.tar.gz
nextcloud-server-6a5d89c1ac2e24301b3c7cdc46b7302e26c4d09f.zip
Merge pull request #26758 from J0WI/more-strict
Some more strict_types
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,
];