Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
22 | 1 | private function createSnapshotState() |
|
1 ignored issue
–
show
|
|||
23 | { |
||
24 | 1 | return $this->state; |
|
25 | } |
||
59 |
This check looks for private methods that have been defined, but are not used inside the class.