| Total Complexity | 1 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | class Builder implements AuthBuilderInterface |
||
| 19 | { |
||
| 20 | private $responseType = 'code'; |
||
| 21 | |||
| 22 | private $state = '1212'; |
||
| 23 | |||
| 24 | private $view = 'web'; |
||
| 25 | |||
| 26 | private $sp = 'ae'; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param array $params |
||
| 30 | * @return string |
||
| 31 | * This method implements bounded business logic on infrastructure side |
||
| 32 | */ |
||
| 33 | public function build(array $params): string |
||
| 41 |