Code Duplication    Length = 12-12 lines in 2 locations

src/API/Model/Bias.php 1 location

@@ 5-16 (lines=12) @@
2
3
namespace GroupByInc\API\Model\Bias;
4
5
class Strength
6
{
7
    const Absolute_Increase = "Absolute_Increase";
8
    const Strong_Increase = "Strong_Increase";
9
    const Medium_Increase = "Medium_Increase";
10
    const Weak_Increase = "Weak_Increase";
11
    const Leave_Unchanged = "Leave_Unchanged";
12
    const Weak_Decrease = "Weak_Decrease";
13
    const Medium_Decrease = "Medium_Decrease";
14
    const Strong_Decrease = "Strong_Decrease";
15
    const Absolute_Decrease = "Absolute_Decrease";
16
}
17
18
namespace GroupByInc\API\Model;
19

src/API/Request/Bias.php 1 location

@@ 5-16 (lines=12) @@
2
3
namespace GroupByInc\API\Request\Bias;
4
5
class Strength
6
{
7
    const Absolute_Increase = "Absolute_Increase";
8
    const Strong_Increase = "Strong_Increase";
9
    const Medium_Increase = "Medium_Increase";
10
    const Weak_Increase = "Weak_Increase";
11
    const Leave_Unchanged = "Leave_Unchanged";
12
    const Weak_Decrease = "Weak_Decrease";
13
    const Medium_Decrease = "Medium_Decrease";
14
    const Strong_Decrease = "Strong_Decrease";
15
    const Absolute_Decrease = "Absolute_Decrease";
16
}
17
18
namespace GroupByInc\API\Request;
19