| Total Complexity | 1 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | final class NameIDMappingService extends AbstractEndpointType |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * NameIDMappingService constructor. |
||
| 18 | * |
||
| 19 | * This is an endpoint with one restriction: it cannot contain a ResponseLocation. |
||
| 20 | * |
||
| 21 | * @param string $binding |
||
| 22 | * @param string $location |
||
| 23 | * @param string|null $unused |
||
| 24 | * @param array|null $attributes |
||
| 25 | */ |
||
| 26 | public function __construct( |
||
| 39 |