Code Duplication    Length = 7-8 lines in 2 locations

command/AbstractBillCommandHandler.php 1 location

@@ 40-47 (lines=8) @@
37
     * @param User      $user
38
     * @param Translate $langs
39
     */
40
    public function __construct($db, $conf, $user, $langs)
41
    {
42
        $this->db = $db;
43
        $this->conf = $conf;
44
        $this->user = $user;
45
        $this->langs = $langs;
46
        $this->customer = null;
47
    }
48
49
    /**
50
     * @return Product

command/CreateFlightBillCommandHandler.php 1 location

@@ 38-44 (lines=7) @@
35
     * @param User      $user
36
     * @param Translate $langs
37
     */
38
    public function __construct($db, $conf, $user, $langs)
39
    {
40
        $this->db = $db;
41
        $this->conf = $conf;
42
        $this->user = $user;
43
        $this->langs = $langs;
44
    }
45
46
    /**
47
     * @param CreateFlightBillCommand $command