Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #2342 [TwigComponent] Fix directory separator in Debug command (c…
…lussiana, smnandre) This PR was merged into the 2.x branch. Discussion ---------- [TwigComponent] Fix directory separator in Debug command | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Issues | | License | MIT Component template paths are retrieved by the `SplFileInfo` class, which returns paths containing backslashes on Windows and slashes on other operating systems. So on Windows environment, the command fails as the component `Card\Card.html.twig` is not formatted into `Card:Card` Commits ------- 41d9df0 Fix copy/paste error 3664af5 CS fix d906c6e fix: replace / by DIRECTORY_SEPARATOR
- Loading branch information