Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Tests | 3 |
CRAP Score | 1 |
Changes | 2 | ||
Bugs | 0 | Features | 2 |
1 | <?php |
||
22 | 3 | public function __construct($max = 4) |
|
23 | { |
||
24 | 3 | $this->max = $max; |
|
25 | 3 | } |
|
26 | |||
62 | } |
||
1 ignored issue
–
show
|