No More var_dump - Introducing Symfony VarDumper!

One should always pick a debugging solution that would work without changing the codebase back and forth. Any kind of var_dump should never be available on production. Any method used should always include a production check and disablee the output eg. if (PRODUCTION) dont dump.