Closed

Description
I have parameters in the services.xml file:
<parameter key="example.class">Example\Namespace\Class</parameter>
The name of the key and the class name is much longer in my real script.
So my IDE (PHPStorm 8, default settings) breaks it into a new line:
<parameter key="example.class">
Example\Namespace\Class
</parameter>
But this will not work. It throws an error because the class is not found.
How to use it with new lines in XML service parameters?
Metadata
Metadata
Assignees
Labels
No labels