Completed
Pull Request — master (#41)
by
unknown
03:54
created
src/Parser/AnnotationParser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -400,7 +400,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.