| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | 6 | public function __construct(array $dataset = array(), $length = NULL) { |
|
|
1 ignored issue
–
show
|
|||
| 36 | 6 | parent::__construct($dataset, $length); |
|
| 37 | 6 | $this->rewind(); |
|
| 38 | 6 | } |
|
| 39 | |||
| 125 |
Short variable names may make your code harder to understand. Variable names should be self-descriptive. This check looks for variable names who are shorter than a configured minimum.