| Total Complexity | 5 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | final class DestinationMatches implements ConstraintValidatorInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * DestinationMatches constructor. |
||
| 17 | * |
||
| 18 | * @param \SimpleSAML\SAML2\Metadata\ServiceProvider $spMetadata |
||
| 19 | * @param \SimpleSAML\SAML2\Binding $binding |
||
| 20 | */ |
||
| 21 | public function __construct( |
||
| 25 | } |
||
| 26 | |||
| 27 | |||
| 28 | /** |
||
| 29 | * @param \SimpleSAML\XML\SerializableElementInterface $response |
||
| 30 | */ |
||
| 31 | public function validate(SerializableElementInterface $response): void |
||
| 44 |