8000 [DependencyInjection][Feature] · Issue #4463 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
[DependencyInjection][Feature] #4463
Closed
Closed
@o100ja

Description

@o100ja

It would be nice if you would trim the text read by the XmlFileLoader.
It creates problems when auto-formatting code and the formatter breaks the xml node with new lines.

src/Symfony/Component/DependencyInjection/SimpleXMLElement.php
124: - return $value;
124:+ return trim($value);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0