Chris@0: VarDumper Component Chris@0: =================== Chris@0: Chris@0: The VarDumper component provides mechanisms for walking through any arbitrary Chris@18: PHP variable. It provides a better `dump()` function that you can use instead Chris@18: of `var_dump`. Chris@0: Chris@0: Resources Chris@0: --------- Chris@0: Chris@0: * [Documentation](https://symfony.com/doc/current/components/var_dumper/introduction.html) Chris@0: * [Contributing](https://symfony.com/doc/current/contributing/index.html) Chris@0: * [Report issues](https://github.com/symfony/symfony/issues) and Chris@0: [send Pull Requests](https://github.com/symfony/symfony/pulls) Chris@0: in the [main Symfony repository](https://github.com/symfony/symfony)