You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a service where name contains "-" and there will be a syntax error.
I think the root of the problem is that PhpDumper uses Container::camelize to generate function names which doesn't comply with PHP labels.
In my opinion, PhpDumper should use an internal function to generate PHP label-safe identifiers from service names, it would be more general solution than restrict service names.