@@ -28,7 +28,7 @@ |
||
| 28 | 28 | $this->connectionId = UUID::uuid4()->toString(); |
| 29 | 29 | if(isset($connectionParams['useUUID']) && $connectionParams['useUUID']){ |
| 30 | 30 | $this->isUsingUUID = true; |
| 31 | - }else{ |
|
| 31 | + } else{ |
|
| 32 | 32 | $this->isUsingUUID = false; |
| 33 | 33 | } |
| 34 | 34 | unset($connectionParams['useUUID']); |
@@ -133,7 +133,7 @@ |
||
| 133 | 133 | try { |
| 134 | 134 | $this->getTable($table_name); |
| 135 | 135 | return true; |
| 136 | - }catch(TableDoesNotExist $e){ |
|
| 136 | + } catch(TableDoesNotExist $e){ |
|
| 137 | 137 | return false; |
| 138 | 138 | } |
| 139 | 139 | } |