| Total Complexity | 4 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | final class DestinationMatches implements ConstraintValidator |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * DestinationMatches constructor. |
||
| 20 | * |
||
| 21 | * @param \SimpleSAML\SAML2\Configuration\Destination $expectedDestination |
||
| 22 | */ |
||
| 23 | public function __construct( |
||
| 26 | } |
||
| 27 | |||
| 28 | |||
| 29 | /** |
||
| 30 | * @param \SimpleSAML\SAML2\XML\samlp\Response $response |
||
| 31 | * @param \SimpleSAML\SAML2\Response\Validation\Result $result |
||
| 32 | */ |
||
| 33 | public function validate(Response $response, Result $result): void |
||
| 48 |