Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class Warning extends Auth\ProcessingFilter |
||
18 | { |
||
19 | /** |
||
20 | * Process a authentication response. |
||
21 | * |
||
22 | * This function saves the state, and redirects the user to the page where the user |
||
23 | * can authorize the release of the attributes. |
||
24 | * |
||
25 | * @param array $state The state of the response. |
||
26 | */ |
||
27 | public function process(array &$state): void |
||
41 |