summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2019-08-29 23:21:40 +0200
committerGreg Roach <greg@subaqua.co.uk>2019-08-29 22:21:40 +0100
commit015d71da9db28f0286138232ece293abc1fd72db (patch)
tree4cd18d0eee6d244cd1eefd04a2f8b76910e8791c /app
parent1a6f76743f393620d32bb7880f7420121bc4b5e1 (diff)
downloadwebtrees-015d71da9db28f0286138232ece293abc1fd72db.tar.gz
webtrees-015d71da9db28f0286138232ece293abc1fd72db.tar.bz2
webtrees-015d71da9db28f0286138232ece293abc1fd72db.zip
Scrutinizer Auto-Fixes (#2563)
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'app')
-rw-r--r--app/Services/ServerCheckService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Services/ServerCheckService.php b/app/Services/ServerCheckService.php
index f9ff3ba1c5..a787c00d87 100644
--- a/app/Services/ServerCheckService.php
+++ b/app/Services/ServerCheckService.php
@@ -354,7 +354,7 @@ class ServerCheckService
if ($connection->getDriverName() === 'mysql') {
$rows = DB::select(
- "SELECT table_name FROM information_schema.tables JOIN information_schema.engines USING (engine) WHERE table_schema = ? AND LEFT(table_name, ?) = ? AND transactions <> 'YES'",[
+ "SELECT table_name FROM information_schema.tables JOIN information_schema.engines USING (engine) WHERE table_schema = ? AND LEFT(table_name, ?) = ? AND transactions <> 'YES'", [
$connection->getDatabaseName(),
mb_strlen($connection->getTablePrefix()),
$connection->getTablePrefix(),