@@ -400,7 +400,7 @@ discard block |
||
400 | 400 | * Will try to figure out if the passed assertion has a private context or not. |
401 | 401 | * This information will be entered into the assertion which will then be returned. |
402 | 402 | * |
403 | - * @param \AppserverIo\Psr\MetaobjectProtocol\Dbc\Assertions\AssertionInterface $assertion The assertion we need the context for |
|
403 | + * @param AssertionInterface|null $assertion The assertion we need the context for |
|
404 | 404 | * |
405 | 405 | * @return void |
406 | 406 | */ |
@@ -460,7 +460,7 @@ discard block |
||
460 | 460 | * Will try to figure out if the passed assertion has a private context or not. |
461 | 461 | * This information will be entered into the assertion which will then be returned. |
462 | 462 | * |
463 | - * @param \AppserverIo\Psr\MetaobjectProtocol\Dbc\Assertions\AssertionInterface $assertion The assertion we need the minimal scope for |
|
463 | + * @param AssertionInterface|null $assertion The assertion we need the minimal scope for |
|
464 | 464 | * |
465 | 465 | * @return void |
466 | 466 | */ |