var_dump icon indicating copy to clipboard operation
var_dump copied to clipboard

Missing backslash in namespace path just before the class name

Open shahlin opened this issue 3 years ago • 0 comments

When I try to var_dump an array of custom objects in a namespace, the backslash before the class name is missing (as shown in the image below).

image

The extension shows the following namespace: LTD\Theme\Services\Navmenu\NavmenuItemsNavProjectItem The raw var_dump shows the following: LTD\Theme\Services\Navmenu\NavmenuItems\NavProjectItem

I've not tested it in other scenarios, just wanted to raise this issue as it seems like a minor fix

shahlin avatar Oct 03 '20 12:10 shahlin