Skip to content

Commit d43ebba

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: (31 commits) [DependencyInjection] Fix phpdoc for $calls [Security] check token in payload instead just request fix tests add missing method fix merge fix test fix merge fix test change test to use a real ObjectManager [Mailer] Document the usage of custom headers in Infobip bridge [SecurityBundle] Add `provider` XML attribute to the authenticators it’s missing from [DoctrineBridge] Test reset with a true manager Sync php-cs-fixer config file with 7.2 [HttpClient] Fix parsing SSE [Notifier] Fix thread key in GoogleChat bridge [HttpKernel][Security] Fix accessing session for stateless request [Serializer] Fix `ObjectNormalizer` with property path test handling of special "value" constraint option [PhpUnitBridge] Add missing import [FrameworkBundle] Fix setting default context for certain normalizers ...
2 parents 4ea20b3 + 9084258 commit d43ebba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Attribute/Autoconfigure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Autoconfigure
2121
{
2222
/**
2323
* @param array<array-key, array<array-key, mixed>>|string[]|null $tags The tags to add to the service
24-
* @param array<string, array<array-key, mixed>>|null $calls The calls to be made when instantiating the service
24+
* @param array<array<mixed>>|null $calls The calls to be made when instantiating the service
2525
* @param array<string, mixed>|null $bind The bindings to declare for the service
2626
* @param bool|string|null $lazy Whether the service is lazy-loaded
2727
* @param bool|null $public Whether to declare the service as public

0 commit comments

Comments
 (0)