Commit 5b641039 authored by Steve Müller's avatar Steve Müller

fix CS

parent ef055116
......@@ -69,7 +69,7 @@ class OracleSessionInit implements EventSubscriber
array_change_key_case($this->_defaultSessionVars, \CASE_UPPER);
$vars = array();
foreach ($this->_defaultSessionVars as $option => $value) {
if($option === 'CURRENT_SCHEMA') {
if ($option === 'CURRENT_SCHEMA') {
$vars[] = $option . " = " . $value;
} else {
$vars[] = $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