26 Commits

Author SHA1 Message Date
Dariusz Ruminski
d580ab0d7a 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
Alexander M. Turek
2050a6a1f5 Prefix all sprintf() calls 2024-06-20 17:52:34 +02:00
Aurelien Pillevesse
50b3d816ad use cpp 2024-03-13 19:59:33 +01:00
Nicolas Grekas
5e45191256 Merge branch '6.4' into 7.0
* 6.4: (32 commits)
  [Validator] Fix registering "is_valid()" for `#[Expression]`
  [Scheduler] Trigger unique messages at runtime
  [Scheduler] Fix CHANGELOG
  [Clock] Add `DatePoint`: an immutable DateTime implementation with stricter error handling and return types
  [Scheduler] Allow modifying the schedule at runtime and recalculate heap
  [Cache] Fix Redis6Proxy
  [Finder] Disable failing test about open_basedir
  Fix merge
  Fix merge
  Minor CS fixes
  Deprecate `Kernel::stripComments()`
  Remove setAccessible reflection call in tests
  [Notifier] Telegram Bridge add escaping for \
  [Component][AssertMapper] add type hint of an argument in asset mapper command
  [Translation] [Phrase] Refacto ReadConfig and WriteConfig into arrays
  [Routing] Fix routing collection defaults when adding a new route to a collection
  [Messenger] Fix cloned TraceableStack not unstacking the stack independently
  [Translation] Add `--as-tree` option  to `translation:pull` command
  [Mime] Allow to add some headers as a strings
  [Translation] Give current locale to locale switcher runWithLocale callback
  ...
2023-09-27 16:05:33 +02:00
Nicolas Grekas
01a1330cdd Minor CS fixes 2023-09-25 14:52:38 +02:00
Nicolas Grekas
1f7dc94d86 Merge branch '6.4' into 7.0
* 6.4:
  More go-ip fixes
  [AssetMapper] Fixing bug where a circular exception could be thrown while making error message
  Dump Valid constaints on debug command #46544
  [DependencyInjection] fix dump xml with array/object/enum default value
  fix directory casing
  rename GoIP notifier bridge to GopIp
  [HttpFoundation] Add a slightly more verbose comment about a warning on UploadedFile
  [Messenger] BatchHandlerTrait - fix phpdoc typo
  [SecurityBundle] Remove unused test files
  Allow passing an `inline_service` to a `service_locator`
  [Security] Fix error with lock_factory in login_throttling
  fix(console): fix section output when multiples section with max height
  Remove me from CODEOWNERS
  Fix invalid method call + improve exception message
  Always return bool from messenger amqp conncetion nack
  [FrameworkBundle] Fix xsd handle-all-throwables
  [Console] Fix linewraps in OutputFormatter
2023-08-14 16:18:09 +02:00
Nicolas Grekas
e2f90e55dc Merge branch '5.4' into 6.3
* 5.4:
  Dump Valid constaints on debug command #46544
  [DependencyInjection] fix dump xml with array/object/enum default value
  [HttpFoundation] Add a slightly more verbose comment about a warning on UploadedFile
  [Messenger] BatchHandlerTrait - fix phpdoc typo
  Remove me from CODEOWNERS
  Always return bool from messenger amqp conncetion nack
  [Console] Fix linewraps in OutputFormatter
2023-08-14 16:06:04 +02:00
Jean-Baptiste Nahan
0acdcb86a8 Dump Valid constaints on debug command #46544 2023-08-14 15:04:17 +02:00
Wouter de Jong
975c11f6e5 [Components] Convert to native return types 2023-07-05 15:06:06 +02:00
Wouter de Jong
da57429a94 Add void return types 2023-02-13 14:18:23 +01:00
François-Xavier de Guillebon
ac4ba724d3 Replace get_class() calls by ::class 2022-09-01 04:03:18 +02:00
Nicolas Grekas
b2ae30b952 Merge branch '6.0' into 6.1
* 6.0:
  [Messenger] Remove redundant interface in DoctrineReceiver
  Fix choice filter error when loading mix of grouped and non-grouped choices
  [Mime] Allow url as a path in the DataPart::fromPath
  Fix getting class constraints on debug command
2022-06-09 14:51:38 +02:00
Nicolas Grekas
e4d9e660e0 Merge branch '5.4' into 6.0
* 5.4:
  [Messenger] Remove redundant interface in DoctrineReceiver
  Fix choice filter error when loading mix of grouped and non-grouped choices
  [Mime] Allow url as a path in the DataPart::fromPath
  Fix getting class constraints on debug command
2022-06-09 14:50:38 +02:00
Loïc Frémont
86ffc3b30c Fix getting class constraints on debug command 2022-06-01 18:17:21 +02:00
Thomas Calvet
06e36c5aa4 Leverage non-capturing catches 2022-04-01 09:15:35 +02:00
Fabien Potencier
981c9baef0 Remove FQCN type hints on properties 2021-12-08 16:13:44 +01:00
Nicolas Grekas
8faca9250e Use #[AsCommand] to describe commands 2021-09-30 17:28:07 +02:00
Alexander M. Turek
3796054fd8 [Validator] Add types to private properties 2021-07-15 23:41:15 +02:00
Nicolas Grekas
0e8cada4de Merge branch '5.2' into 5.3
* 5.2:
  [HttpClient] throw exception when AsyncDecoratorTrait gets an already consumed response
  [Validator] Fix tests by making constraint options dumps order consistent
2021-06-11 11:57:35 +02:00
Alexandre Daubois
7a2ee0cc18 [Validator] Fix tests by making constraint options dumps order consistent 2021-06-09 12:37:51 +02:00
Fabien Potencier
c55b311c89 Merge branch '5.2' into 5.x
* 5.2:
  Fix typo
2021-03-06 09:11:22 +01:00
Fabien Potencier
6219820647 Fix typo 2021-03-06 09:10:55 +01:00
Nicolas Grekas
d2067dc68a Merge branch '5.2' into 5.x
* 5.2:
  [Uid] fix checking for valid UUIDs
  [Validator] Fix DebugCommand
  check parent types for label_format and translation_domain
  [HttpKernel] Configure the ErrorHandler even when it is overriden
  Allow relative path to composer cache
  [RateLimiter] Fix infinite values with NoLimiter
2021-01-25 14:54:19 +01:00
Loïc Frémont
6d0f4d0da4 [Validator] Fix DebugCommand 2021-01-23 19:46:54 +01:00
Nicolas Grekas
a5b1d1cadd [Console] enable describing commands in ways that make the list command lazy 2021-01-20 12:45:16 +01:00
Loic Fremont
59be424624 [Validator] Debug validator command 2020-09-05 16:18:05 +02:00