| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class AuthInvalidator |
||
| 12 | { |
||
| 13 | /** @var CacheManager */ |
||
| 14 | protected $cacheManager; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * AuthInvalidator constructor. |
||
| 18 | * |
||
| 19 | * @param CacheManager $cacheManager |
||
| 20 | */ |
||
| 21 | public function __construct(CacheManager $cacheManager) |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param EntityChange $event |
||
| 28 | */ |
||
| 29 | public function handle(EntityChange $event) |
||
| 38 |