Skip to content

Commit 25d44de

Browse files
Philippe Segatorinicolas-grekas
authored andcommitted
Remove superfluous phpdoc tags
1 parent f1064b0 commit 25d44de

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

DependencyInjection/Security/Factory/AbstractFactory.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,9 @@ final public function addOption($name, $default = null)
9898
* Subclasses must return the id of a service which implements the
9999
* AuthenticationProviderInterface.
100100
*
101-
* @param ContainerBuilder $container
102-
* @param string $id The unique id of the firewall
103-
* @param array $config The options array for this listener
104-
* @param string $userProviderId The id of the user provider
101+
* @param string $id The unique id of the firewall
102+
* @param array $config The options array for this listener
103+
* @param string $userProviderId The id of the user provider
105104
*
106105
* @return string never null, the id of the authentication provider
107106
*/

DependencyInjection/Security/Factory/SecurityFactoryInterface.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ interface SecurityFactoryInterface
2424
/**
2525
* Configures the container services required to use the authentication listener.
2626
*
27-
* @param ContainerBuilder $container
28-
* @param string $id The unique id of the firewall
29-
* @param array $config The options array for the listener
30-
* @param string $userProvider The service id of the user provider
31-
* @param string $defaultEntryPoint
27+
* @param string $id The unique id of the firewall
28+
* @param array $config The options array for the listener
29+
* @param string $userProvider The service id of the user provider
30+
* @param string $defaultEntryPoint
3231
*
3332
* @return array containing three values:
3433
* - the provider id

0 commit comments

Comments
 (0)