diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2016-03-02 13:35:00 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2016-03-02 13:35:00 +0100 |
commit | d5369696629895be92a65057c52c2b2c4bd8fea1 (patch) | |
tree | 67013e814ca860276b807b421aa630b20baa6ae3 /Http/Util | |
parent | 44bb78fa355b490dd7163df472c861280eca8c5c (diff) | |
download | symfony-security-d5369696629895be92a65057c52c2b2c4bd8fea1.zip symfony-security-d5369696629895be92a65057c52c2b2c4bd8fea1.tar.gz symfony-security-d5369696629895be92a65057c52c2b2c4bd8fea1.tar.bz2 |
fixed CS
Diffstat (limited to 'Http/Util')
-rw-r--r-- | Http/Util/TargetPathTrait.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Util/TargetPathTrait.php b/Http/Util/TargetPathTrait.php index 62a196e..986adb0 100644 --- a/Http/Util/TargetPathTrait.php +++ b/Http/Util/TargetPathTrait.php @@ -19,7 +19,7 @@ use Symfony\Component\HttpFoundation\Session\SessionInterface; trait TargetPathTrait { /** - * Set the target path the user should be redirected to after authentication. + * Sets the target path the user should be redirected to after authentication. * * Usually, you do not need to set this directly. * |