diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-09-21 20:53:12 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-09-22 10:32:35 +0200 |
commit | 2d2a3fa99c5d006c67dcaed702ac9a306ebe9c41 (patch) | |
tree | 302513f87846d4bc57246b93ba90977ad8b8540b /Core/Util | |
parent | 4368c75cbeb587fede098da5a6c5c705fe19f238 (diff) | |
download | symfony-security-2d2a3fa99c5d006c67dcaed702ac9a306ebe9c41.zip symfony-security-2d2a3fa99c5d006c67dcaed702ac9a306ebe9c41.tar.gz symfony-security-2d2a3fa99c5d006c67dcaed702ac9a306ebe9c41.tar.bz2 |
fixed CS
Diffstat (limited to 'Core/Util')
-rw-r--r-- | Core/Util/ClassUtils.php | 4 | ||||
-rw-r--r-- | Core/Util/StringUtils.php | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Core/Util/ClassUtils.php b/Core/Util/ClassUtils.php index 26bf1a1..1d40c8d 100644 --- a/Core/Util/ClassUtils.php +++ b/Core/Util/ClassUtils.php @@ -39,7 +39,9 @@ class ClassUtils /** * This class should not be instantiated */ - private function __construct() {} + private function __construct() + { + } /** * Gets the real class name of a class name that could be a proxy. diff --git a/Core/Util/StringUtils.php b/Core/Util/StringUtils.php index acf8e9e..01441cb 100644 --- a/Core/Util/StringUtils.php +++ b/Core/Util/StringUtils.php @@ -21,7 +21,9 @@ class StringUtils /** * This class should not be instantiated */ - private function __construct() {} + private function __construct() + { + } /** * Compares two strings. |