Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 8 |
Ratio | 100 % |
Changes | 0 |
1 | <?php |
||
15 | View Code Duplication | function createCurrency() |
|
16 | { |
||
17 | $object = new Intraface_modules_currency_Currency; |
||
18 | $type = new Intraface_modules_currency_Currency_Type; |
||
19 | $object->setType($type->getByIsoCode('EUR')); |
||
20 | $object->save(); |
||
21 | return $object; |
||
22 | } |
||
23 | |||
58 |
This check marks private properties in classes that are never used. Those properties can be removed.