We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -10,7 +10,7 @@ |
||
10 | 10 | public function __construct() { |
11 | 11 | if (!self::$dbConn) { |
12 | 12 | // Set the mysqli driver to raise exceptions on errors |
13 | - if (!mysqli_report(MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT)) { |
|
13 | + if (!mysqli_report(MYSQLI_REPORT_ERROR|MYSQLI_REPORT_STRICT)) { |
|
14 | 14 | $this->error('Failed to enable mysqli error reporting'); |
15 | 15 | } |
16 | 16 | $mysqlProperties = new MySqlProperties(); |