Skip to content

Commit ff7533a

Browse files
committed
Merge branch '2.3' into 2.5
* 2.3: [2.3] CS And DocBlock Fixes [2.3] CS Fixes Conflicts: src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php src/Symfony/Bundle/FrameworkBundle/EventListener/TestSessionListener.php src/Symfony/Component/Config/Definition/ReferenceDumper.php src/Symfony/Component/Console/Application.php src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php src/Symfony/Component/Filesystem/Tests/FilesystemTest.php src/Symfony/Component/Form/Extension/Csrf/EventListener/CsrfValidationListener.php src/Symfony/Component/Form/FormError.php src/Symfony/Component/HttpFoundation/Request.php src/Symfony/Component/HttpFoundation/Response.php src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php src/Symfony/Component/Process/ProcessUtils.php src/Symfony/Component/PropertyAccess/PropertyAccessor.php src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php src/Symfony/Component/Serializer/Encoder/XmlEncoder.php src/Symfony/Component/Validator/Constraints/CardSchemeValidator.php src/Symfony/Component/Validator/Constraints/GroupSequence.php src/Symfony/Component/Validator/Mapping/ClassMetadata.php src/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php src/Symfony/Component/Validator/Mapping/MemberMetadata.php src/Symfony/Component/Validator/Tests/Fixtures/StubGlobalExecutionContext.php
2 parents 8933286 + 037de00 commit ff7533a

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Command/InitAclCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Doctrine\DBAL\Schema\SchemaException;
1818

1919
/**
20-
* Installs the tables required by the ACL system
20+
* Installs the tables required by the ACL system.
2121
*
2222
* @author Johannes M. Schmitt <[email protected]>
2323
*/

DependencyInjection/Compiler/AddSecurityVotersPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1717

1818
/**
19-
* Adds all configured security voters to the access decision manager
19+
* Adds all configured security voters to the access decision manager.
2020
*
2121
* @author Johannes M. Schmitt <[email protected]>
2222
*/

DependencyInjection/MainConfiguration.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
use Symfony\Component\Config\Definition\ConfigurationInterface;
1919

2020
/**
21-
* This class contains the configuration information for the following tags:
21+
* This class contains the configuration information.
22+
*
23+
* This information is for the following tags:
2224
*
2325
* * security.config
2426
* * security.acl

DependencyInjection/Security/Factory/AbstractFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* AbstractFactory is the base class for all classes inheriting from
21-
* AbstractAuthenticationListener
21+
* AbstractAuthenticationListener.
2222
*
2323
* @author Lukas Kahwe Smith <[email protected]>
2424
* @author Johannes M. Schmitt <[email protected]>

Security/FirewallMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Component\DependencyInjection\ContainerInterface;
1717

1818
/**
19-
* This is a lazy-loading firewall map implementation
19+
* This is a lazy-loading firewall map implementation.
2020
*
2121
* Listeners will only be initialized if we really need them.
2222
*

Tests/DependencyInjection/Fixtures/UserProvider/DummyProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class DummyProvider implements UserProviderFactoryInterface
1010
{
1111
public function create(ContainerBuilder $container, $id, $config)
1212
{
13-
1413
}
1514

1615
public function getKey()
@@ -20,6 +19,5 @@ public function getKey()
2019

2120
public function addConfiguration(NodeDefinition $node)
2221
{
23-
2422
}
2523
}

0 commit comments

Comments
 (0)