@@ -98,8 +98,7 @@ |
||
| 98 | 98 | |
| 99 | 99 | if ($result instanceof \Doctrine\DBAL\Result) { |
| 100 | 100 | $result = $result->fetchOne(); |
| 101 | - } |
|
| 102 | - else { |
|
| 101 | + } else { |
|
| 103 | 102 | $result = $result->fetchColumn(0); |
| 104 | 103 | } |
| 105 | 104 | |