diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2012-11-13 13:58:15 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-11-13 13:58:15 +0100 |
commit | a46aea9710aceb5d10aabf0d56af2500dc4bbced (patch) | |
tree | 226b56809aca2faf5ad58e5146a2161082d3644e /Tests/Http/EntryPoint | |
parent | 706855841105f0befced9a7ae8b47b9d48a86f4e (diff) | |
parent | 9228a2a8d92e5023b02ff5c16d1332fa392766f3 (diff) | |
download | symfony-security-a46aea9710aceb5d10aabf0d56af2500dc4bbced.zip symfony-security-a46aea9710aceb5d10aabf0d56af2500dc4bbced.tar.gz symfony-security-a46aea9710aceb5d10aabf0d56af2500dc4bbced.tar.bz2 |
merged branch Inori/consistent-util-classes (PR #5879)
This PR was squashed before being merged into the master branch (closes #5879).
Commits
-------
07bd5c6 Make non-instantiable utils classes consistent with each other
Discussion
----------
Make non-instantiable utils classes consistent with each other
Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
License of the code: MIT
As per discussion in #5875 turned out that we don't have a consistent way to define non-instantiatable classes.
I don't like `final` as it removes flexibility with no visible gain.
I don't like `abstract` since it's not specifically clear what is meant by that. Is this class not complete? Should it be extended?
Diffstat (limited to 'Tests/Http/EntryPoint')
0 files changed, 0 insertions, 0 deletions