@@ -74,10 +74,11 @@ |
||
| 74 | 74 | $lines[] = $this->spaces(12) . "\$table->{$add}();"; |
| 75 | 75 | } |
| 76 | 76 | |
| 77 | - if(!empty($lines)) |
|
| 78 | - return implode(PHP_EOL, $lines); |
|
| 79 | - else |
|
| 80 | - return ""; |
|
| 77 | + if(!empty($lines)) { |
|
| 78 | + return implode(PHP_EOL, $lines); |
|
| 79 | + } else { |
|
| 80 | + return ""; |
|
| 81 | + } |
|
| 81 | 82 | } |
| 82 | 83 | |
| 83 | 84 | protected function getFieldDeclaration($parts) |