I have the following problem on my symfony2 project:
This is the code of my controller
public function showCustomerAction($id) {
// retrieve the
It looks like a characters issue. There are fake spaces char(194) in your {{ customer }}
.
Try just removing them and add a real space instead.
This character occurs when you hit Alt Gr + Space (it happens to me alot)
Hints
Mostly, when you see
Variable "foo " does not exists
it means you have this character after the foo
variable