13 Commits

Author SHA1 Message Date
Fabien Potencier 477d911900 Merge branch '7.0' into 7.1
* 7.0:
  [Serializer] Improve exception message in UnwrappingDenormalizer
  [PropertyInfo] Update DoctrineExtractor for new DBAL 4 BIGINT type
  Update security.nl.xlf
  [Validator] IBAN Check digits should always between 2 and 98
  [Security] Populate translations for trans-unit 20
  add missing plural translation messages
  filter out empty HTTP header parts
  [String] Fix folded in compat mode
  Remove calls to `getMockForAbstractClass()`
  [ErrorHandler] Do not call xdebug_get_function_stack() with xdebug >= 3.0 when not in develop mode
  [Serializer] Fix type for missing property
  add test for JSON response with null as content
  [Filesystem] Fix dumpFile `stat failed` error hitting custom handler
  Return false in isTtySupported() when open_basedir restrictions prevent access to /dev/tty.
  Remove calls to `TestCase::iniSet()` and calls to deprecated methods of `MockBuilder`
  [PhpUnitBridge] Fix `DeprecationErrorHandler` with PhpUnit 10
2024-05-17 12:55:18 +02:00
Fabien Potencier 3805ad159e Merge branch '5.4' into 6.4
* 5.4:
  [PropertyInfo] Update DoctrineExtractor for new DBAL 4 BIGINT type
  Update security.nl.xlf
  [Validator] IBAN Check digits should always between 2 and 98
  [Security] Populate translations for trans-unit 20
  add missing plural translation messages
  filter out empty HTTP header parts
  [String] Fix folded in compat mode
  Remove calls to `getMockForAbstractClass()`
  [ErrorHandler] Do not call xdebug_get_function_stack() with xdebug >= 3.0 when not in develop mode
  [Serializer] Fix type for missing property
  add test for JSON response with null as content
  [Filesystem] Fix dumpFile `stat failed` error hitting custom handler
  Remove calls to `TestCase::iniSet()` and calls to deprecated methods of `MockBuilder`
  [PhpUnitBridge] Fix `DeprecationErrorHandler` with PhpUnit 10
2024-05-17 12:50:43 +02:00
Florent Mata 852788410c [ErrorHandler] Do not call xdebug_get_function_stack() with xdebug >= 3.0 when not in develop mode 2024-05-14 20:31:59 +02:00
Nicolas Grekas 135f16be8a Merge branch '7.0' into 7.1
* 7.0:
  List CS fix in .git-blame-ignore-revs
  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:06:13 +01:00
Nicolas Grekas 93a8400a7e 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 39225b1e47 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value 2024-01-23 14:51:25 +01:00
Oskar Stark 7bac4a1332 [Dotenv][ErrorHandler][EventDispatcher] Use CPP 2024-01-08 13:57:37 +01:00
Grégoire Pineau a777c0e99f [CS] Remove @inheritdoc PHPDoc 2022-08-25 17:27:04 +02:00
Nicolas Grekas f130c1341f Bump minimum version of PHP to 8.1 2022-02-25 12:15:52 +01:00
Alexander M. Turek ac7b53dd22 [ErrorHandler] Add types to private properties
Signed-off-by: Alexander M. Turek <me@derrabus.de>
2021-09-08 11:05:43 +02:00
Alessandro Lai 76603a8df8 Avoid warning with Xdebug 3 with develop mode disabled 2021-04-02 09:50:12 +02:00
Nicolas Grekas 0df9a23c0f [ErrorHandler] fix setting $trace to null in FatalError 2020-05-28 12:39:14 +02:00
Thomas Calvet 95ca574e84 [ErrorHandler] Rework fatal error handlers 2019-09-30 14:01:42 +02:00