13 Commits

Author SHA1 Message Date
Alexander M. Turek
c307b0c1b7 Prefix all sprintf() calls 2024-06-20 17:52:34 +02:00
Frank Fiebig
08c0866859 [Lock] 7.0 remove deprecations in Lock Component 2023-07-05 10:10:07 +02:00
Fabien Potencier
1de267464c Merge branch '6.1' into 6.2
* 6.1:
  [Notifier][SMSBiuras] Fix CS
  Fix SmsBiurasTransportTest::testTestMode
  [Notifier][SmsBiuras] Simplify test and data provider
  [Notifier] [SMSBiuras] `true`/`false` mismatch for `test_mode` option
  [HttpKernel] Fix message for unresovable arguments of invokable controllers
  ignore const expressions read by phpdocumentor
  [DependencyInjection] Process bindings in ServiceLocatorTagPass
2022-11-25 08:37:13 +01:00
Fabien Potencier
72fba35076 Merge branch '6.0' into 6.1
* 6.0:
  [Notifier][SMSBiuras] Fix CS
  Fix SmsBiurasTransportTest::testTestMode
  [Notifier][SmsBiuras] Simplify test and data provider
  [Notifier] [SMSBiuras] `true`/`false` mismatch for `test_mode` option
  [HttpKernel] Fix message for unresovable arguments of invokable controllers
  ignore const expressions read by phpdocumentor
  [DependencyInjection] Process bindings in ServiceLocatorTagPass
2022-11-25 08:34:52 +01:00
Thomas Calvet
bc62d95638 [HttpKernel] Fix message for unresovable arguments of invokable controllers 2022-11-21 18:37:52 +01:00
Grégoire Pineau
3b05051d9e [CS] Remove @inheritdoc PHPDoc 2022-08-25 17:27:04 +02:00
Nicolas Grekas
5e6b2219bf [HttpKernel] Replace ArgumentValueResolverInterface by ValueResolverInterface 2022-08-23 18:48:46 +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
43b9e3c284 Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00
Nicolas Grekas
ff2be5b028 Merge branch '4.4'
* 4.4:
  [4.4] Add return types on internal|final|private methods (bis)
  [Ldap] Add missing LdapUser::setPassword()
  Add types to roting and DI configuration traits.
2019-08-20 23:41:37 +02:00
Nicolas Grekas
29f1450832 [4.4] Add return types on internal|final|private methods (bis) 2019-08-20 23:22:06 +02:00
dFayet
a4748f5a55 Replace @return annotation by return type in final classes 2019-06-23 00:57:33 +02:00
Simeon Kolev
de3c4b94fa [FrameworkBundle][HttpKernel] Provide intuitive error message when a controller fails because it's not registered as a service 2019-03-31 14:11:56 +02:00