40 Commits

Author SHA1 Message Date
Dariusz Ruminski
887581838c PHP CS Fixer: generic 8.1 cleanup 2025-12-16 07:44:40 +01:00
Nicolas Grekas
2a1d3f62de Merge branch '7.3' into 7.4
* 7.3:
  fix merge
2025-11-12 19:51:53 +01:00
Nicolas Grekas
c373a447b3 fix merge 2025-11-12 19:51:23 +01:00
Nicolas Grekas
e74e47a5f1 Merge branch '7.3' into 7.4
* 7.3:
  [DependencyInjection] Fix lazy proxy creation for interfaces aliased to final classes
  [HttpKernel] Fix StreamedResponse with chunks support in HttpKernelBrowser
  [HttpFoundation] Fix AcceptHeader overwrites items with different parameters
  [JsonStreamer] Rebuild cache on class update
  [Routing] Fix default value not taken if usigng name:entity.attribute
  [Mime] Remove unused  variable in Email::prepareParts
  [DependencyInjection] Fix merging explicit tags and #[AsTaggeditem]
2025-11-12 19:00:59 +01:00
wuchen90
2bbb5f7cba [HttpKernel] Fix StreamedResponse with chunks support in HttpKernelBrowser 2025-11-12 18:27:47 +01:00
Dariusz Ruminski
cd86b3701f 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
Christian Flothmann
8d9e9def0c make use of the @template annotation to improve type information 2024-07-24 09:18:59 +02:00
Alexander M. Turek
a88994416a [HttpKernel] Use CPP 2024-02-06 10:15:06 +01:00
Nicolas Grekas
24671ba111 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
ab69bdd211 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
c31bb9215c Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value 2024-01-23 14:51:25 +01:00
Nicolas Grekas
710f441eeb Add types to public and protected properties 2023-07-27 18:29:09 +02:00
Wouter de Jong
34cbd3eea1 [Components] Convert to native return types 2023-07-05 15:06:06 +02:00
Wouter de Jong
8efef814fc Add void return types 2023-02-13 14:18:23 +01:00
Wouter de Jong
53032390cd Add missing PHPdoc return types 2023-02-13 09:44:31 +01:00
Grégoire Pineau
3b05051d9e [CS] Remove @inheritdoc PHPDoc 2022-08-25 17:27:04 +02:00
Alexander M. Turek
3f8532c77d Merge branch '6.0' into 6.1
* 6.0:
  [Profiler] relax return type for memory data collector
  A sprintf is missing
  Fix param annotation in HttpKernelBrowser
  [Cache] fix compat with apcu < 5.1.10
  Expand FormView key to include int
  [PropertyInfo] PhpStan extractor nested object fix
  [Console] Fix autocompletion of argument with default value
  Run `open_basedir` tests in separate processes
2021-12-27 22:05:40 +01:00
Alexander M. Turek
dcc33b3b02 Merge branch '5.4' into 6.0
* 5.4:
  [Profiler] relax return type for memory data collector
  Fix param annotation in HttpKernelBrowser
  [Cache] fix compat with apcu < 5.1.10
  Expand FormView key to include int
  [PropertyInfo] PhpStan extractor nested object fix
  [Console] Fix autocompletion of argument with default value
  Run `open_basedir` tests in separate processes
2021-12-27 22:05:08 +01:00
Alexander M. Turek
13303cfc1a Merge branch '5.3' into 5.4
* 5.3:
  Fix param annotation in HttpKernelBrowser
  [Cache] fix compat with apcu < 5.1.10
  Run `open_basedir` tests in separate processes
2021-12-27 22:01:00 +01:00
Shyim
740f9f25b4 Fix param annotation in HttpKernelBrowser 2021-12-27 10:49:24 +01:00
Thomas Calvet
0831881415 Leverage str_starts_with(), str_ends_with() and str_contains() 2021-12-08 15:00:06 +01:00
Nicolas Grekas
d9a62d8999 Merge branch '5.4' into 6.0
* 5.4:
  cs fix
  [Console] Add more context when CommandIsSuccessful fails
  [HttpKernel] Backport type fixes
2021-09-07 14:43:17 +02:00
Nicolas Grekas
ea5ba8c120 cs fix 2021-09-07 14:42:36 +02:00
Alexander M. Turek
180f95177c [HttpKernel] Add types to private properties
Signed-off-by: Alexander M. Turek <me@derrabus.de>
2021-09-07 12:43:05 +02:00
Nicolas Grekas
9a4e1c0030 Merge branch '5.4' into 6.0
* 5.4:
  [Serializer] cs fix
  Cleanup more `@return` annotations
  [Form] Fix phpdoc on FormBuilderInterface
2021-08-17 17:35:52 +02:00
Nicolas Grekas
1b8585c7d3 Cleanup more @return annotations 2021-08-17 16:20:01 +02:00
Nicolas Grekas
e47a3e656d Add return types - batch 6/n 2021-08-16 17:45:02 +02:00
Nicolas Grekas
6a1fa09ff1 Cleanup @return annotations 2021-08-12 11:55:17 +02:00
Nicolas Grekas
53a71ecadc [HttpKernel][FrameworkBundle] bump browser-kit 2021-06-30 18:12:30 +02:00
Nicolas Grekas
1e988d9cec Merge branch '5.2' into 5.3
* 5.2:
  cs fix
2021-06-30 18:11:37 +02:00
Nicolas Grekas
a8486d0d6d cs fix 2021-06-30 18:11:29 +02:00
Alexander M. Turek
d026426847 Rename master request to main request 2021-03-22 14:14:48 +01:00
Kévin Dunglas
732885dc90 [HttpKernel] HttpKernelBrowser: don't set a default Accept header 2020-10-27 11:15:10 +01:00
Nicolas Grekas
702f439030 Merge branch '4.4' into 5.1
* 4.4:
  Enable "native_constant_invocation" CS rule
  Make AbstractPhpFileCacheWarmer public
2020-09-02 18:23:27 +02:00
Nicolas Grekas
e6df2479ef Merge branch '4.4'
* 4.4:
  Update GitHub PR template
  [DI] fix related to preloading
  [HttpKernel] fix compat with legacy DebugClassLoader
  [WebProfilerBundle] Assign automatic colors to custom Stopwatch categories
  [DI] use dirname() when possible
  Simplify usage of dirname()
  Remove Google references when not needed
  Simplify usage of dirname()
  don't dump a scalar tag value on its own line
  Remove Google references when not needed
  [DI] fix Preloader
  [HttpClient] fix calling the buffer-enabling callback
  [HttpClient] fix php notice on push
  do not perform string operations on null
  Require exact match when reading from stdin with a dash
2019-09-10 19:00:13 +02:00
Philippe Segatori
6d9ca3d97b [Http-Kernel][5.0] Add type-hints 2019-08-08 17:48:38 +02:00
Nicolas Grekas
89b0e12bfc Remove various legacy code paths 2019-06-08 10:28:16 +02:00
Andrii Dembitskyi
ab16e7dc7b [HttpKernel] Fix missing use for request and response classes 2019-06-06 17:13:36 +03:00
Nicolas Grekas
57ed60b43f [FramworkBundle][HttpKernel] fix KernelBrowser BC layer 2019-06-05 18:18:19 +02:00
Fabien Potencier
4376fde266 renamed Client to Browser 2019-03-12 21:40:15 +01:00