| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class SubjectConfirmationNotOnOrAfter implements SubjectConfirmationConstraintValidator |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param \SimpleSAML\SAML2\XML\saml\SubjectConfirmation $subjectConfirmation |
||
| 18 | * @param \SimpleSAML\SAML2\Assertion\Validation\Result $result |
||
| 19 | * |
||
| 20 | * @throws \SimpleSAML\Assert\AssertionFailedException if assertions are false |
||
| 21 | */ |
||
| 22 | public function validate( |
||
| 37 |