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/Console/Helper
Fabien Potencier d38a4b3414 Merge branch '2.5'
* 2.5:
  fixed previous merge
  Added missing `break` statement
  don't disable constructor calls to mockups of classes that extend internal PHP classes
  Small comment update according to PSR-2
  [Yaml] fix overwriting of keys after merged map
  [Yaml] fix priority of sequence merges according to spec
  [Console] Fixed notice in QuestionHelper
  [Console] Fixed notice in DialogHelper
  [Yaml] refactoring of merges for performance
  [Console] remove weird use statement
  [HttpFoundation] Fixed Request::getPort returns incorrect value under IPv6
  [Filesystem] Fix test suite on OSX
  [FrameworkBundle] Redirect server output to /dev/null in case no verbosity is needed
  Add framework-bundle

Conflicts:
	src/Symfony/Component/Yaml/Parser.php
2014-06-20 19:41:51 +02:00
..
DebugFormatterHelper.php [Console] Add process helper tests 2014-06-11 08:54:52 +02:00
DescriptorHelper.php Fix doc blocks 2014-04-18 22:17:16 +02:00
DialogHelper.php Merge branch '2.4' into 2.5 2014-06-20 19:38:20 +02:00
FormatterHelper.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Helper.php [Validator][Console][HttpFoundation] Use "KiB" everywhere (instead of "kB") 2014-05-22 10:54:24 +02:00
HelperInterface.php fixed CS 2012-07-09 14:54:20 +02:00
HelperSet.php Merge branch '2.3' into 2.4 2014-04-16 12:34:31 +02:00
InputAwareHelper.php made {@inheritdoc} annotations consistent across the board 2014-04-16 10:03:46 +02:00
ProcessHelper.php [Console] Add process helper tests 2014-06-11 08:54:52 +02:00
ProgressBar.php fixed types in phpdocs 2014-04-16 12:36:34 +02:00
ProgressHelper.php Merge branch '2.4' 2014-04-16 12:36:21 +02:00
QuestionHelper.php [Console] Fixed notice in QuestionHelper 2014-06-19 01:05:50 +02:00
Table.php [Console] Make Helper\Table::setStyle() chainable 2014-05-09 10:15:02 +02:00
TableHelper.php Merge branch '2.4' 2014-04-16 10:08:40 +02:00
TableSeparator.php [Console] added the possibility to insert a table separator anywhere in a table output 2014-03-03 14:12:09 +01:00
TableStyle.php Fix doc blocks 2014-04-18 22:54:24 +02:00