Object of class could not be converted to string
ModestasBlazys opened this issue · 1 comments
ModestasBlazys commented
Hi,
Found this by accident.
MarshalTrait.php, Line 61
throw new Exception("Unable to map parameter [{$parameter->name}] to command [{$command}]");
when I hit this line received following error
Object of class could not be converted to string
I suspect that it complains about $command
Thanks
harris21 commented
Hey @ModestasBlazys , I could not replicate the issue. Is this still the case? Could you please elaborate on this?