Skip to content

Conversation

@syjust
Copy link

@syjust syjust commented Jun 30, 2020

fix $output->section()->write() without newline output

by default, it is impossible to use write without newline when using a ConsoleSectionOutput as consoleOutput (including with SymfonyStyle : $io = new SymfonyStyle($input, $output->section()))

this PR allow a section to work like a normal output when using write() method

fix $output->section()->write() without newline output branch:'feature/fix-section-output-newline' inherit:'origin/3.4'
@symfony-bot
Copy link

symfony-bot bot commented Jun 30, 2020

Thanks for your pull request! We love contributions.

However, this repository is what we call a "subtree split": a read-only copy of one directory of the main Symfony repository. It is used by Composer to allow developers to depend on specific Symfony components.

If you want to contribute, you should instead open a pull request on the main repository:

https://github.com/symfony/symfony

Thank you for your contribution!

PS: if you haven't already, please add tests, and beware that bug fixes should be submitted on the lowest maintained branch where they apply; only features should be submitted against the master branch.

@symfony-bot symfony-bot bot closed this Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant