| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 8 |
| Lines | 10 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 81 | View Code Duplication | public function dataNoViolation() { |
|
| 82 | return array( |
||
| 83 | array(5), |
||
| 84 | array(8), |
||
| 85 | array(9), |
||
| 86 | array(10), |
||
| 87 | array(11), |
||
| 88 | array(19), |
||
| 89 | ); |
||
| 90 | } |
||
| 91 | } |
||
| 92 |
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.