Completed
Push — master ( 06400b...ff78e3 )
by Marcus Vinícius
01:14
created
src/Dealer.php 2 patches
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.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace MarcusCampos\Dealer;
4 4
 
5
-use MarcusCampos\Dealer\Negotiation;
6
-
7 5
 class Dealer
8 6
 {
9 7
     /**
Please login to merge, or discard this patch.