Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
7 | class AzineContactFilter implements ContactFilter |
||
8 | { |
||
9 | /** |
||
10 | * Dummy implementation of the ContactFilter: doesn't do anything. |
||
11 | * |
||
12 | * @param $contacts array of UserContacts |
||
13 | * @param $filterParams array of FilterOptions |
||
14 | * |
||
15 | 1 | * @return array of UserContact (same as $contacts |
|
16 | */ |
||
17 | 1 | public function filter(array $contacts, array $filterParams) |
|
22 |