Completed
Push — master ( 77b660...93750f )
by Andrii
02:18
created
src/AbstractTarget.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
      */
25 25
     protected $type;
26 26
 
27
+    /**
28
+     * @param string $id
29
+     */
27 30
     public function __construct($id, TypeInterface $type)
28 31
     {
29 32
         $this->id = $id;
Please login to merge, or discard this patch.
src/SimpleAction.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 class SimpleAction extends AbstractAction
23 23
 {
24 24
     /**
25
-     * @param mixed $id
26 25
      * @param CustomerInterface $client
27 26
      * @param TargetInterface $target
28 27
      * @param QuantityInterface $quantity
Please login to merge, or discard this patch.