Code Duplication    Length = 8-8 lines in 2 locations

src/TwoMartens/Bundle/CoreBundle/Controller/ACPGroupController.php 1 location

@@ 55-62 (lines=8) @@
52
     */
53
    private $action;
54
55
    public function __construct()
56
    {
57
        parent::__construct();
58
        $this->success = false;
59
        $this->error = false;
60
        $this->errorMessage = '';
61
        $this->action = '';
62
    }
63
64
    /**
65
     * Shows a group list.

src/TwoMartens/Bundle/CoreBundle/Controller/ACPUserController.php 1 location

@@ 57-64 (lines=8) @@
54
     */
55
    private $action;
56
57
    public function __construct()
58
    {
59
        parent::__construct();
60
        $this->success = false;
61
        $this->error = false;
62
        $this->errorMessage = '';
63
        $this->action = '';
64
    }
65
66
    /**
67
     * Shows a user list.