mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
N°8017 - Security - dependabot - Symfony's VarDumper vulnerable to un… (#731)
Upgrade all Symfony components to last security fix (~6.4.0)
This commit is contained in:
@@ -28,14 +28,14 @@ class AutowireLocator extends Autowire
|
||||
/**
|
||||
* @see ServiceSubscriberInterface::getSubscribedServices()
|
||||
*
|
||||
* @param string|array<string|SubscribedService> $services An explicit list of services or a tag name
|
||||
* @param string|string[] $exclude A service or a list of services to exclude
|
||||
* @param string|array<string|Autowire|SubscribedService> $services An explicit list of services or a tag name
|
||||
* @param string|string[] $exclude A service or a list of services to exclude
|
||||
*/
|
||||
public function __construct(
|
||||
string|array $services,
|
||||
string $indexAttribute = null,
|
||||
string $defaultIndexMethod = null,
|
||||
string $defaultPriorityMethod = null,
|
||||
?string $indexAttribute = null,
|
||||
?string $defaultIndexMethod = null,
|
||||
?string $defaultPriorityMethod = null,
|
||||
string|array $exclude = [],
|
||||
bool $excludeSelf = true,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user