When using dev mode with a Symfony2.x application, one usually works in locale. Hence, such function does not works as expected (for instance, try to get th
In Symfony 4 and higher, you can use simply :
if ($this->getParameter('kernel.environment') === 'dev') { // ... }