This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier d77ea48d2f bug #30883 [Console] Fix stty not reset when aborting in QuestionHelper::autocomplete() (Simperfit)
This PR was merged into the 3.4 branch.

Discussion
----------

[Console] Fix stty not reset when aborting in QuestionHelper::autocomplete()

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #30861   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | none

<!--
Write a short README entry for your feature/bugfix here (replace this comment block.)
This will help people understand your PR and can be used as a start of the Doc PR.
Additionally:
 - Bug fixes must be submitted against the lowest branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too).
 - Features and deprecations must be submitted against the master branch.
-->

Commits
-------

f54389b95c bugfix: the terminal state was wrong and not reseted
2019-04-06 12:13:41 +02:00
..
Asset switched array() to [] 2019-01-16 10:39:14 +01:00
BrowserKit Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
Cache SCA: minor code tweaks 2019-04-01 09:08:40 +02:00
ClassLoader switched array() to [] 2019-01-16 10:39:14 +01:00
Config Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
Console bug #30883 [Console] Fix stty not reset when aborting in QuestionHelper::autocomplete() (Simperfit) 2019-04-06 12:13:41 +02:00
CssSelector switched array() to [] 2019-01-16 10:39:14 +01:00
Debug [TwigBridge] remove deprecation triggered when using Twig 2.7 2019-03-10 18:07:42 +01:00
DependencyInjection use behavior instead of behaviour 2019-03-25 08:48:46 +01:00
DomCrawler Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
Dotenv SCA: minor code tweaks 2019-04-01 09:08:40 +02:00
EventDispatcher [EventDispatcher] cleanup 2019-04-02 10:51:52 +02:00
ExpressionLanguage fixed CS in ExpressionLanguage fixtures 2019-01-16 13:52:19 +01:00
Filesystem [Filesystem] Fixed some docblocks and typos 2019-02-04 22:34:32 +01:00
Finder Skip Glob brace test when GLOB_BRACE is unavailable 2019-04-02 21:54:57 +02:00
Form [Intl] Update the ICU data to 64.1 2019-03-31 18:47:37 +02:00
HttpFoundation use behavior instead of behaviour 2019-03-25 08:48:46 +01:00
HttpKernel [HttpKernel] Fix DebugHandlersListener constructor docblock 2019-04-03 12:07:21 +02:00
Inflector fixed short array CS in comments 2019-01-16 14:27:11 +01:00
Intl [Intl] Update the ICU data to 64.1 2019-03-31 18:47:37 +02:00
Ldap switched array() to [] 2019-01-16 10:39:14 +01:00
Lock switched array() to [] 2019-01-16 10:39:14 +01:00
OptionsResolver Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
Process fixed short array CS in comments 2019-01-16 14:27:11 +01:00
PropertyAccess [PropertyAccess] Fixed PropertyPathBuilder remove that fails to reset internal indexes 2019-03-04 07:36:31 +01:00
PropertyInfo Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
Routing [Routing] Fix routes annotation loading with glob pattern 2019-03-29 22:58:42 +01:00
Security SCA: minor code tweaks 2019-04-01 09:08:40 +02:00
Serializer bug #30720 Fix getSetMethodNormalizer to correctly ignore the attributes specified in "ignored_attributes" (Emmanuel BORGES) 2019-03-30 08:48:10 +01:00
Stopwatch switched array() to [] 2019-01-16 10:39:14 +01:00
Templating Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
Translation use behavior instead of behaviour 2019-03-25 08:48:46 +01:00
Validator Define null return type for Constraint::getDefaultOption() 2019-04-05 14:51:27 +02:00
VarDumper Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
WebLink switched array() to [] 2019-01-16 10:39:14 +01:00
Workflow SCA: minor code tweaks 2019-04-01 09:08:40 +02:00
Yaml use behavior instead of behaviour 2019-03-25 08:48:46 +01:00