| Total Complexity | 2 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class AuthLoggingEventHandler implements EventHandler |
||
| 11 | { |
||
| 12 | |||
| 13 | protected $logFile; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * AuthLoggingEventHandler constructor. |
||
| 17 | * @param string $logFile |
||
| 18 | */ |
||
| 19 | public function __construct(string $logFile) |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param Event $event |
||
| 26 | * @throws SystemException |
||
| 27 | */ |
||
| 28 | public function handle(Event $event) : void |
||
| 44 |