diff options
author | J0WI <J0WI@users.noreply.github.com> | 2021-04-26 12:45:12 +0200 |
---|---|---|
committer | J0WI <J0WI@users.noreply.github.com> | 2021-04-26 12:45:12 +0200 |
commit | 8323cbb9e5acb72f5127d95b45d80733cda2e6f2 (patch) | |
tree | a8c583a6e6046df56648f0a60c54a0546059f426 /tests | |
parent | d1f23b0428c04f8710987bb30183d8c7cc6d3261 (diff) | |
download | nextcloud-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.php | 2 |
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, ]; |