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