| Conditions | 1 |
| Paths | 1 |
| Total Lines | 16 |
| Code Lines | 13 |
| Lines | 16 |
| Ratio | 100 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 104 | View Code Duplication | public function dataNoViolation() |
|
| 105 | { |
||
| 106 | return array( |
||
| 107 | array(4), |
||
| 108 | array(5), |
||
| 109 | array(6), |
||
| 110 | array(7), |
||
| 111 | array(8), |
||
| 112 | array(9), |
||
| 113 | array(10), |
||
| 114 | array(11), |
||
| 115 | array(12), |
||
| 116 | array(13), |
||
| 117 | array(14), |
||
| 118 | ); |
||
| 119 | } |
||
| 120 | } |
||
| 121 |
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.