@@ -21,7 +21,7 @@ discard block |
||
| 21 | 21 | public function defaultAction($templateName) |
| 22 | 22 | { |
| 23 | 23 | return $this->render( |
| 24 | - '@Test/Default/' . $templateName . '.twig', |
|
| 24 | + '@Test/Default/'.$templateName.'.twig', |
|
| 25 | 25 | [ |
| 26 | 26 | 'data' => [ |
| 27 | 27 | ['name' => 'Everette Grim', 'salary' => 5458.0], |
@@ -58,7 +58,7 @@ discard block |
||
| 58 | 58 | { |
| 59 | 59 | $response = new Response( |
| 60 | 60 | $this->render( |
| 61 | - '@Test/Default/' . $templateName . '.twig', |
|
| 61 | + '@Test/Default/'.$templateName.'.twig', |
|
| 62 | 62 | [ |
| 63 | 63 | 'data' => [ |
| 64 | 64 | ['name' => 'Everette Grim', 'salary' => 5458.0], |