@@ -44,9 +44,9 @@ |
||
44 | 44 | $name = 'voided'; |
45 | 45 | break; |
46 | 46 | default: |
47 | - throw new \Exception('Not found template for '.$className); |
|
47 | + throw new \Exception('Not found template for ' . $className); |
|
48 | 48 | } |
49 | 49 | |
50 | - return $name.'.html.twig'; |
|
50 | + return $name . '.html.twig'; |
|
51 | 51 | } |
52 | 52 | } |