| Total Complexity | 4 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class DataHelpers { |
||
| 16 | /** |
||
| 17 | * If a selection is ambiguous, this will make a list of selectable items. |
||
| 18 | * @param array|\CharlotteDunois\Collect\Collection $items |
||
| 19 | * @param string $label |
||
| 20 | * @param string|null $property |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | static function disambiguation($items, string $label, ?string $property = null) { |
||
| 39 |