Skip to content

Commit 037de00

Browse files
GrahamCampbellfabpot
authored andcommitted
[2.3] CS And DocBlock Fixes
1 parent be65a2e commit 037de00

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
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 <schmittjoh@gmail.com>
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 <schmittjoh@gmail.com>
2222
*/

DependencyInjection/MainConfiguration.php

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

1919
/**
20-
* This class contains the configuration information for the following tags:
20+
* This class contains the configuration information.
21+
*
22+
* This information is for the following tags:
2123
*
2224
* * security.config
2325
* * 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 <smith@pooteeweet.org>
2424
* @author Johannes M. Schmitt <schmittjoh@gmail.com>

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
*

0 commit comments

Comments
 (0)