6 Commits

Author SHA1 Message Date
Fabien Potencier
1a2c041be5 Use <info> for options in command description 2025-08-17 19:04:24 +02:00
Dariusz Ruminski
be639dea57 chore: heredoc indentation as of PHP 7.3
https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc
2025-08-10 00:28:14 +02:00
Nicolas Grekas
91905f22f2 Merge branch '7.2' into 7.3
* 7.2:
  -
  [Console] Table counts wrong column width when using colspan and `setColumnMaxWidth()`
  [Console] Table counts wrong number of padding symbols in `renderCell()` method when cell contain unicode variant selector
  [Cache] Fix using a `ChainAdapter` as an adapter for a pool
  [Serializer] Fix collect_denormalization_errors flag in defaultContext
  [TypeInfo] Fix handling `ConstFetchNode`
  [VarDumper] Avoid deprecated call in PgSqlCaster
  Fix command option mode (InputOption::VALUE_REQUIRED)
  use an EOL-agnostic approach to parse class uses
  [Uid] Improve entropy of the increment for UUIDv7
  [HttpKernel] Fix `#[MapUploadedFile]` handling for optional file uploads
2025-06-27 21:55:54 +02:00
Dariusz Ruminski
d76bcc720e chore: PHP CS Fixer fixes 2025-01-10 15:48:57 +01:00
Christian Flothmann
7b11774e6d Merge branch '7.2' into 7.3
* 7.2:
  relax assertions on generated hashes
  [Messenger] ensure exception on rollback does not hide previous exception
  require the writer to implement getFormats() in the translation:extract
  don't require fake notifier transports to be installed as non-dev dependencies
  Remove 5.4 branch from PR template
  [Scheduler] Fix optional count variable in testGetNextRunDates
  fix translation lint compatibility with the PseudoLocalizationTranslator
  set the violation path only if the "errorPath" option is set
2024-12-19 15:34:50 +01:00
Mathieu Santostefano
e56da792d2 Rename TranslationUpdateCommand to TranslationExtract command to match the command name 2024-12-07 08:57:54 +01:00