| Total Complexity | 1 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class ModelePDFStatic extends CommonDocGenerator{ |
||
| 10 | |||
| 11 | |||
| 12 | /** |
||
| 13 | * Define Array Column Field |
||
| 14 | * |
||
| 15 | * @param object $object common object |
||
| 16 | * @param Translate $outputlangs langs |
||
| 17 | * @param int $hidedetails Do not show line details |
||
| 18 | * @param int $hidedesc Do not show desc |
||
| 19 | * @param int $hideref Do not show ref |
||
| 20 | * @return null |
||
| 21 | */ |
||
| 22 | public function defineColumnField($object, $outputlangs, $hidedetails = 0, $hidedesc = 0, $hideref = 0) |
||
| 37 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.