| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Coverage | 80% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | final class Logout |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param \EcPhp\CasLib\CasInterface $cas |
||
| 18 | * @param \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage |
||
| 19 | 1 | * |
|
| 20 | * @return \Symfony\Component\HttpFoundation\RedirectResponse|\Symfony\Component\HttpFoundation\Response |
||
| 21 | */ |
||
| 22 | public function __invoke( |
||
| 35 |