Conditions | 2 |
Paths | 2 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 6 |
Changes | 0 |
1 | <?php |
||
40 | protected function doExecute(AssertionContext $context) |
||
41 | { |
||
42 | if ($context->getAssertion()) { |
||
43 | $this->sessionProcessor->processAssertions( |
||
44 | array($context->getAssertion()), |
||
45 | $context->getProfileContext()->getOwnEntityDescriptor()->getEntityID(), |
||
46 | $context->getProfileContext()->getPartyEntityDescriptor()->getEntityID() |
||
47 | ); |
||
48 | } |
||
49 | } |
||
50 | } |
||
51 |