There is a small bug at the code example: // make sure you've imported the Request namespace above the class use Symfony\Component\HttpFoundation\Request // ... the ";" is missing. Fixed: // make sure you've imported the Request namespace above the class use Symfony\Component\HttpFoundation\Request; // ...