mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-13 12:33:52 +01:00
bf038c60bd
[Defluent] Fix test namespace for InArgFluentChainMethodCallToStandaloneMethodCallRector (#676)
VarDumper Component
The VarDumper component provides mechanisms for walking through any arbitrary
PHP variable. It provides a better dump()
function that you can use instead
of var_dump
.