@@ -26,15 +26,15 @@ |
||
| 26 | 26 | public function run(ReportBuilder &$context, $coordString, $options) { |
| 27 | 27 | |
| 28 | 28 | switch ($options['type']) { |
| 29 | - case 'auto': |
|
| 30 | - $context->sheet() |
|
| 31 | - ->getColumnDimension($coordString) |
|
| 32 | - ->setAutoSize(true); |
|
| 33 | - break; |
|
| 29 | + case 'auto': |
|
| 30 | + $context->sheet() |
|
| 31 | + ->getColumnDimension($coordString) |
|
| 32 | + ->setAutoSize(true); |
|
| 33 | + break; |
|
| 34 | 34 | |
| 35 | - default: |
|
| 36 | - throw new \Exception('Unrecognised style width option: '.$options['type']); |
|
| 37 | - break; |
|
| 35 | + default: |
|
| 36 | + throw new \Exception('Unrecognised style width option: '.$options['type']); |
|
| 37 | + break; |
|
| 38 | 38 | } |
| 39 | 39 | } |
| 40 | 40 | } |