37 Commits

Author SHA1 Message Date
Nicolas Grekas c5010d50f1 Merge branch '6.4' into 7.0
* 6.4:
  Fix implicitly-required parameters
  minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
  Fix bad merge
  List CS fix in .git-blame-ignore-revs
  Fix implicitly-required parameters
  List CS fix in .git-blame-ignore-revs
  Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  [Messenger][AmazonSqs] Allow async-aws/sqs version 2
2024-01-23 16:02:46 +01:00
Nicolas Grekas 3540f0686b Merge branch '5.4' into 6.3
* 5.4:
  Fix implicitly-required parameters
  List CS fix in .git-blame-ignore-revs
  Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  [Messenger][AmazonSqs] Allow async-aws/sqs version 2
2024-01-23 15:35:58 +01:00
Nicolas Grekas de9a8d9180 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value 2024-01-23 14:51:25 +01:00
Wouter de Jong 8b83b2fc42 [Components] Convert to native return types 2023-07-05 15:06:06 +02:00
Wouter de Jong 8498d5b763 Add void return types 2023-02-13 14:18:23 +01:00
Fabien Potencier 66bb8f2a3d Merge branch '6.1' into 6.2
* 6.1:
  [LokaliseBridge] Fix push command --delete-missing options when there are no missing messages
  fix bad help message in cache warmup command
  [Console] Fix OutputFormatterStyleStack::getCurrent return type
  Count cookie parts before accessing the second
  Fix RequestStack state if throwable is thrown
  [Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder
  [Serializer] Revert deprecation of `ContextAwareEncoderInterface` and `ContextAwareDecoderInterface`
2022-08-26 12:37:50 +02:00
Fabien Potencier 7fccea8728 Merge branch '6.0' into 6.1
* 6.0:
  [LokaliseBridge] Fix push command --delete-missing options when there are no missing messages
  fix bad help message in cache warmup command
  [Console] Fix OutputFormatterStyleStack::getCurrent return type
  Count cookie parts before accessing the second
  Fix RequestStack state if throwable is thrown
  [Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder
2022-08-26 12:32:31 +02:00
Antoine Lamirault cf0c0b6a68 Remove usage of empty function when possible 2022-08-26 07:47:51 +02:00
Antoine Lamirault c5c2e313aa [Console] Fix OutputFormatterStyleStack::getCurrent return type 2022-08-23 22:52:30 +02:00
Fabien Potencier 5b67cce06f Revert "bug #44494 Remove FQCN type hints on properties (fabpot)"
This reverts commit 0a13eba7037c6636be7a35c194d7d2e86d6ea6ba, reversing
changes made to e4cfa82c31ffda491b73e181c8d3d4e0a307eee8.
2021-12-09 13:46:12 +01:00
Fabien Potencier d5818ed8c2 Remove FQCN type hints on properties 2021-12-08 16:13:44 +01:00
Alexander M. Turek ce7d4dab6d [Console] Add types to private properties
Signed-off-by: Alexander M. Turek <me@derrabus.de>
2021-08-27 12:20:39 +02:00
Nicolas Grekas 13d267b64d Run php-cs-fixer 2021-08-16 18:31:32 +02:00
Nicolas Grekas a1ee9d3cdc Add return types - batch 4/n 2021-08-13 10:06:28 +02:00
Thomas Calvet 1b95e23435 [CS] Replace easy occurences of ?: with ?? 2021-04-07 17:47:03 +02:00
Fabien Potencier a05148baa7 Merge branch '4.1' into 4.2
* 4.1:
  fixed tests
  fixed CS
  fixed CS
  fixed CS
  fixed short array CS in comments
  fixed CS in ExpressionLanguage fixtures
  fixed CS in generated files
  fixed CS on generated container files
  fixed CS on Form PHP templates
  fixed CS on YAML fixtures
  fixed fixtures
  switched array() to []
2019-01-16 21:31:39 +01:00
Fabien Potencier 0dfa0f7578 switched array() to [] 2019-01-16 10:39:14 +01:00
Nicolas Grekas a93c40c5fc Merge branch '4.1'
* 4.1:
  Fix Clidumper tests
  Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
  Apply fixers
  Disable the native_constant_invocation fixer until it can be scoped
  Update the list of excluded files for the CS fixer
2018-07-26 10:59:12 +02:00
Christophe Coevoet 2fad1251d5 Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
Fabien Potencier 7afe26f4ec renamed Contract to Contracts 2018-07-13 19:06:58 +02:00
Nicolas Grekas b2de733121 Added symfony/contracts: a set of abstractions extracted out of the components 2018-07-11 10:17:42 +02:00
Nicolas Grekas 8bce583246 Merge branch '2.7' into 2.8
* 2.7:
  [DI] minor docblock fixes
2017-10-24 15:48:52 +02:00
Nicolas Grekas ba510e269a [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Nicolas Grekas f81549d2c5 Merge branch '2.7' into 2.8
* 2.7: (22 commits)
  Tests and fix for issue in array model data in EntityType field with multiple=true
  [Form] Fixed PercentToLocalizedStringTransformer to accept both comma and dot as decimal separator, if possible
  removed useless PHPDoc
  [Form] Fix FormInterface::submit() annotation
  PdoSessionHandler: fix advisory lock for pgsql when session.sid_bits_per_character > 4
  HttpCache does not consider ESI resources in HEAD requests
  Fix translation for "This field was not expected"
  [Routing] Enhance Route(Collection) docblocks
  Added improvement for accuracy in MoneyToLocalizedStringTransformer.
  Removed unused private property
  Use correct verb form in the pull request template
  Use PHP_MAXPATHLEN in Filesystem.
  Added null as explicit return type (?TokenInterface)
  [FrameworkBundle] Fix Routing\DelegatingLoader
  Render all line breaks according to the exception message
  [Form] Fix phpdoc
  [DI] remove confusing code
  [Form] Fixed GroupSequence with "constraints" option
  [Validator] Clarify UUID validator behavior
  [Filesystem] Fixed makePathRelative
  ...
2017-10-01 23:00:16 +02:00
Oskar Stark 83da4d3883 removed useless PHPDoc 2017-09-30 07:00:23 -07:00
Fabien Potencier 6f1ee11b77 Merge branch '2.7' into 2.8
* 2.7:
  fixed @return when returning this or static
  override property constraints in child class
  [Console] improved code coverage of Command class
  Only count on arrays or countables to avoid warnings in PHP 7.2
2016-12-27 11:39:57 +01:00
Fabien Potencier dc65db4b6e fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Jérôme Tamarelle 98ad632607 [Console] Add domain exceptions to replace generic exceptions 2015-09-25 08:44:39 +02:00
Dariusz Ruminski 6081c3ca02 CS: Binary operators should be arounded by at least one space 2015-03-27 23:05:05 +01:00
Graham Campbell c1fc7ae107 Docblock fixes 2014-11-30 13:33:44 +00:00
Tobias Schultze ba3a0f7e18 [Console] fix phpdoc and constructor default value 2013-11-08 01:49:34 +01:00
jeanfrancois.simon 05a52987ac [console] Fixed docblock. 2012-06-05 10:51:09 +02:00
Jean-François Simon b71b06c600 [console] Removed hardcoded empty style from styles stack. 2012-06-05 05:21:33 +02:00
Jean-François Simon 65b2981194 [Console] Added formatter style stack. 2012-04-11 07:58:13 +02:00
Fabien Potencier 13efdcf82c Revert "merged branch jfsimon/master (PR #3613)"
This reverts commit 959158f9b94ecdd7e21af0f44683d0b57c8e8ec7, reversing
changes made to b9de0be3499c938926401219711353476ed100c9.
2012-04-04 08:53:58 +02:00
Jean-François Simon 5ea2233714 [Console] Removed previously introduced BC break. 2012-03-16 14:00:53 +01:00
Jean-François Simon b18a8bbb5b [Console] Added formatter style stack. 2012-03-16 09:39:23 +01:00