| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 11 |
| Lines | 14 |
| Ratio | 100 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 94 | View Code Duplication | public function dataNoViolation() |
|
| 95 | { |
||
| 96 | return array( |
||
| 97 | array(4), |
||
| 98 | array(5), |
||
| 99 | array(6), |
||
| 100 | array(7), |
||
| 101 | array(8), |
||
| 102 | array(9), |
||
| 103 | array(10), |
||
| 104 | array(11), |
||
| 105 | array(12), |
||
| 106 | ); |
||
| 107 | } |
||
| 108 | } |
||
| 109 |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.