File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 17
17
use Doctrine \DBAL \Schema \SchemaException ;
18
18
19
19
/**
20
- * Installs the tables required by the ACL system
20
+ * Installs the tables required by the ACL system.
21
21
*
22
22
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
23
23
*/
Original file line number Diff line number Diff line change 16
16
use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
17
17
18
18
/**
19
- * Adds all configured security voters to the access decision manager
19
+ * Adds all configured security voters to the access decision manager.
20
20
*
21
21
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
22
22
*/
Original file line number Diff line number Diff line change 17
17
use Symfony \Component \Config \Definition \ConfigurationInterface ;
18
18
19
19
/**
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:
21
23
*
22
24
* * security.config
23
25
* * security.acl
Original file line number Diff line number Diff line change 18
18
19
19
/**
20
20
* AbstractFactory is the base class for all classes inheriting from
21
- * AbstractAuthenticationListener
21
+ * AbstractAuthenticationListener.
22
22
*
23
23
* @author Lukas Kahwe Smith <smith@pooteeweet.org>
24
24
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
Original file line number Diff line number Diff line change 16
16
use Symfony \Component \DependencyInjection \ContainerInterface ;
17
17
18
18
/**
19
- * This is a lazy-loading firewall map implementation
19
+ * This is a lazy-loading firewall map implementation.
20
20
*
21
21
* Listeners will only be initialized if we really need them.
22
22
*
You can’t perform that action at this time.
0 commit comments