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 c1cc6ca40e bug #19923 [bugfix] [Console] Set Input::$interactive to false when command is executed with --quiet as verbosity level (phansys)
This PR was merged into the 2.7 branch.

Discussion
----------

[bugfix] [Console] Set `Input::$interactive` to `false` when command is executed with `--quiet` as verbosity level

|Q            |A     |
|---          |---   |
|Branch       |2.7   |
|Bug fix?     |yes   |
|New feature? |no    |
|BC breaks?   |yes    |
|Deprecations?|no    |
|Tests pass?  |yes   |
|Fixed tickets|#19899|
|License      |MIT   |
|Doc PR       |n/a   |

Closes #19899.

Commits
-------

4214311 [bugfix] [Console] Set `Input::$interactive` to `false` when command is executed with `--quiet` as verbosity level
2016-09-14 13:28:32 -07:00
..
Asset Fixed typos in the expectedException annotations 2016-06-30 13:18:54 +02:00
BrowserKit minor #19830 Code enhancement and cleanup (yceruto) 2016-09-06 09:26:09 +02:00
ClassLoader [ClassLoader] Fix ClassCollectionLoader inlining with declare(strict_types=1) 2016-09-05 21:55:26 +02:00
Config [Config] Handle open_basedir restrictions in FileLocator 2016-09-13 17:08:34 -07:00
Console [bugfix] [Console] Set Input::$interactive to false when command is executed with --quiet as verbosity level 2016-09-13 00:14:14 -03:00
CssSelector Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
Debug Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
DependencyInjection Minor cleanups and improvements 2016-09-06 09:06:41 -07:00
DomCrawler Minor fixes 2016-07-30 03:17:26 -04:00
EventDispatcher bug #19564 Added class existence check if is_subclass_of() fails in compiler passes (SCIF) 2016-08-09 11:00:18 +02:00
ExpressionLanguage Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
Filesystem Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
Finder remove duplicate instruction 2016-08-23 21:36:25 +02:00
Form [Form] Fix typo in doc comment 2016-09-14 09:33:27 +02:00
HttpFoundation minor #19809 Update misleading comment about RFC4627 (teohhanhui) 2016-09-06 11:29:51 +02:00
HttpKernel bug #19811 Fixed the nullable support for php 7.1 and below (2.7, 2.8, 3.0) (iltar) 2016-09-14 12:08:00 -07:00
Intl Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
Locale removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
OptionsResolver removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
Process Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
PropertyAccess Minor fixes 2016-07-30 03:17:26 -04:00
Routing [Routing] Add missing options in docblock 2016-08-16 12:55:04 +02:00
Security minor #19868 [Security] Optimize RoleHierarchy's buildRoleMap method (Enleur) 2016-09-06 17:21:47 -07:00
Serializer removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
Stopwatch removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
Templating Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
Translation Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
Validator bug #19928 [Validator] Update IpValidatorTest data set with a valid reserved IP (jakzal) 2016-09-13 13:51:44 +02:00
VarDumper Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
Yaml [Yaml] Remove legacy code 2016-08-31 15:10:08 +02:00