Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 7 |
Ratio | 100 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
56 | View Code Duplication | public function arrayTest($object1) |
|
57 | { |
||
58 | $o = new stdClass(); |
||
59 | $o->new_name = 'new:' . $object1->name; |
||
60 | $o->new_id = $object1->id + 2; |
||
61 | return $o; |
||
62 | } |
||
63 | |||
120 |