@@ -122,7 +122,7 @@ |
||
122 | 122 | |
123 | 123 | protected function _disconnect() |
124 | 124 | { |
125 | - foreach ($this->connections as $id => $connection){ |
|
125 | + foreach ($this->connections as $id => $connection) { |
|
126 | 126 | if (is_resource($connection['resource']) !== true) { |
127 | 127 | unset($this->connections[$id]); |
128 | 128 | } |