This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/SecurityBundle
Fabien Potencier 48ff2bd8a8 minor #20409 [SecurityBundle] Make the FirewallConfig class final (ogizanagi)
This PR was merged into the 3.2-dev branch.

Discussion
----------

[SecurityBundle] Make the FirewallConfig class final

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | N/A
| License       | MIT
| Doc PR        | N/A

I suggest to make the `FirewallConfig` class final. This value object is only built by the `SecurityExtension` from the `SecurityBundle` and is not meant to be an extension point.

ping @chalasr

Commits
-------

5963627 [SecurityBundle] Make the FirewallConfig class final
2016-11-04 07:00:04 -07:00
..
Command Merge branch '2.7' into 2.8 2016-07-30 03:20:35 -04:00
DataCollector [SecurityBundle] Fix case sensitive use 2016-11-03 09:22:19 +01:00
DependencyInjection erge branch '3.1' 2016-11-03 09:11:03 +01:00
EventListener security acl dbal schema: inject the schema instead of the whole container 2013-07-18 14:31:55 +02:00
Resources [Security] improve some firewall config comments 2016-11-04 11:34:59 +01:00
Security minor #20409 [SecurityBundle] Make the FirewallConfig class final (ogizanagi) 2016-11-04 07:00:04 -07:00
Templating/Helper Fix the logout path when not using the router 2015-12-17 13:54:40 +01:00
Tests [SecurityBundle] Make the FirewallConfig class final 2016-11-04 13:57:00 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Added a SecurityUserValueResolver for controllers 2016-07-01 08:00:40 +02:00
composer.json Merge branch '2.7' into 2.8 2016-10-28 10:10:49 +02:00
LICENSE Move licenses according to new best practices 2016-01-31 22:16:42 +01:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md add readme files where missing 2016-03-07 11:36:15 +01:00
SecurityBundle.php Implemented LDAP authentication and LDAP user provider 2015-09-28 13:12:05 +02:00
SecurityUserValueResolver.php Added a SecurityUserValueResolver for controllers 2016-07-01 08:00:40 +02:00