Completed
Push — master ( a7313c...fcb9c1 )
by Marcus Vinícius
01:23
created
src/Dealer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
     /**
15 15
      * Constructor
16 16
      *
17
-     * @param Negociation $negociation
18 17
      */
19 18
     public function __construct()
20 19
     {
Please login to merge, or discard this patch.
src/Negotiation.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
     private $model;
24 24
 
25 25
     /**
26
-     * @param array $stack
27 26
      */
28 27
     public function __construct()
29 28
     {
Please login to merge, or discard this patch.