Passed
Branch master (01baf6)
by Vitor de
04:34
created
src/Iris/CommandBus.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     }
47 47
 
48 48
     /**
49
-     * @param Context\ContextInterface $context
49
+     * @param Context\Context\ContextInterface $context
50 50
      * @return mixed
51 51
      */
52 52
     public function send(\Context\Context\ContextInterface $context)
Please login to merge, or discard this patch.
src/Iris/Exceptions/MethodNotAllowed.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 {
7 7
     /**
8 8
      * @param string    $methodName
9
-     * @param Exception $previous
10 9
      */
11 10
     public function __construct($methodName)
12 11
     {
Please login to merge, or discard this patch.