Skip to content

Commit 1135959

Browse files
Adjust line formatting
1 parent 0d60a06 commit 1135959

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/Icingadb/Common/Backend.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ public static function getDb(): Connection
6868
$mysqlConstantPrefix = 'Pdo\Mysql::ATTR_';
6969
}
7070

71-
$config->options[constant($mysqlConstantPrefix . 'INIT_COMMAND')] = "SET SESSION SQL_MODE='STRICT_TRANS_TABLES"
71+
$config->options[constant($mysqlConstantPrefix . 'INIT_COMMAND')]
72+
= "SET SESSION SQL_MODE='STRICT_TRANS_TABLES"
7273
. ",NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'";
7374
}
7475

0 commit comments

Comments
 (0)