| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | class SimilarVariable |
||
| 23 | { |
||
| 24 | // Public Methods |
||
| 25 | // ========================================================================= |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param array $data |
||
| 29 | * |
||
| 30 | * @return array|ElementInterface |
||
| 31 | * @throws Exception |
||
| 32 | */ |
||
| 33 | public function find(array $data): array|ElementInterface |
||
| 38 |