@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | */ |
| 28 | 28 | protected function parseStatic($content) |
| 29 | 29 | { |
| 30 | - $content = strlen(trim($content)) === 0 ?'()':$content; |
|
| 30 | + $content = strlen(trim($content)) === 0 ? '()' : $content; |
|
| 31 | 31 | return '<?php echo $this->getStaticModulePrefix'.$content.'; ?>'; |
| 32 | 32 | } |
| 33 | 33 | |
@@ -37,7 +37,7 @@ discard block |
||
| 37 | 37 | */ |
| 38 | 38 | protected function parseE($content) |
| 39 | 39 | { |
| 40 | - $content = strlen(trim($content)) === 0 ?'()':$content; |
|
| 40 | + $content = strlen(trim($content)) === 0 ? '()' : $content; |
|
| 41 | 41 | return '<?php echo $this->application->_'.$content.'; ?>'; |
| 42 | 42 | } |
| 43 | 43 | } |