| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 8 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 47 | View Code Duplication | public function dataArrayDereferencing() { |
|
| 48 | return array( |
||
| 49 | array(3), |
||
| 50 | array(14), |
||
| 51 | array(15), |
||
| 52 | array(16), |
||
| 53 | ); |
||
| 54 | } |
||
| 55 | |||
| 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.