Code Duplication    Length = 7-7 lines in 2 locations

command/AbstractBillCommandHandler.php 1 location

@@ 35-41 (lines=7) @@
32
     * @param User      $user
33
     * @param Translate $langs
34
     */
35
    public function __construct($db, $conf, $user, $langs)
36
    {
37
        $this->db = $db;
38
        $this->conf = $conf;
39
        $this->user = $user;
40
        $this->langs = $langs;
41
    }
42
43
    /**
44
     * @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