| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 11 |
| Lines | 14 |
| Ratio | 100 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 58 | View Code Duplication | public function dataRemovedHashAlgorithms() |
|
| 59 | { |
||
| 60 | return array( |
||
| 61 | array(4), |
||
| 62 | array(5), |
||
| 63 | array(6), |
||
| 64 | array(7), |
||
| 65 | array(9), |
||
| 66 | array(11), |
||
| 67 | array(13), |
||
| 68 | array(15), |
||
| 69 | array(16), |
||
| 70 | ); |
||
| 71 | } |
||
| 72 | |||
| 105 |
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.