diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2011-04-19 14:06:30 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-04-19 14:06:30 +0200 |
commit | 72d6402d0f47a8dfa4502a22baba9056334f0f78 (patch) | |
tree | 748fb7b09a73cc3526f07bf0f9f08497bc2f138a /Core/Exception/TokenNotFoundException.php | |
parent | d70af2f43eeaaa05e0c74bf470000cdc2295ef7c (diff) | |
parent | 8c104f24799cdeaceb65624a768e3dc10fee8550 (diff) | |
download | symfony-security-72d6402d0f47a8dfa4502a22baba9056334f0f78.zip symfony-security-72d6402d0f47a8dfa4502a22baba9056334f0f78.tar.gz symfony-security-72d6402d0f47a8dfa4502a22baba9056334f0f78.tar.bz2 |
Merge remote branch 'brikou/coding_standards'
* brikou/coding_standards:
removed empty lines/trailing spaces
Diffstat (limited to 'Core/Exception/TokenNotFoundException.php')
-rw-r--r-- | Core/Exception/TokenNotFoundException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/TokenNotFoundException.php b/Core/Exception/TokenNotFoundException.php index f25905d..593f3ad 100644 --- a/Core/Exception/TokenNotFoundException.php +++ b/Core/Exception/TokenNotFoundException.php @@ -1,4 +1,4 @@ -<?php +<?php namespace Symfony\Component\Security\Core\Exception; /* |