Commit 2515da36 authored by till's avatar till

Update: remove static (method is private anyway and will be called once)

parent 398dc4b6
......@@ -176,7 +176,7 @@ class MysqliConnection implements Connection
$supportedDriverOptions[] = \MYSQLI_SERVER_PUBLIC_KEY;
}
static $exceptionMsg = "%s option '%s' with value '%s'";
$exceptionMsg = "%s option '%s' with value '%s'";
foreach ($driverOptions as $option => $value) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment