@@ -38,8 +38,7 @@ discard block |
||
| 38 | 38 | |
| 39 | 39 | try{ |
| 40 | 40 | $stm->execute(); |
| 41 | - } |
|
| 42 | - catch(\PDOException $exception){ |
|
| 41 | + } catch(\PDOException $exception){ |
|
| 43 | 42 | throw new DatabaseException($exception->getMessage() . ' [' . $query . ']'); |
| 44 | 43 | } |
| 45 | 44 | |
@@ -118,8 +117,7 @@ discard block |
||
| 118 | 117 | } |
| 119 | 118 | |
| 120 | 119 | return MultiResultSet::make($statement); |
| 121 | - } |
|
| 122 | - else |
|
| 120 | + } else |
|
| 123 | 121 | { |
| 124 | 122 | foreach($queue as $sql) |
| 125 | 123 | { |