@@ -262,7 +262,7 @@ |
||
| 262 | 262 | $this->documentWrapper->getObject()->createSheet()->setTitle($index); |
| 263 | 263 | } |
| 264 | 264 | $this->object = $this->documentWrapper->getObject()->setActiveSheetIndexByName($index); |
| 265 | - } else { |
|
| 265 | + } else { |
|
| 266 | 266 | // create new sheet without a name |
| 267 | 267 | $this->documentWrapper->getObject()->createSheet(); |
| 268 | 268 | $this->object = $this->documentWrapper->getObject()->setActiveSheetIndex(0); |
@@ -158,7 +158,7 @@ |
||
| 158 | 158 | $format = $this->attributes['format']; |
| 159 | 159 | } |
| 160 | 160 | |
| 161 | - // try Symfony request |
|
| 161 | + // try Symfony request |
|
| 162 | 162 | else if (array_key_exists('app', $this->context)) { |
| 163 | 163 | /** |
| 164 | 164 | * @var AppVariable $appVariable |