Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
23 | class SuggestMember |
||
24 | { |
||
25 | /** @var string What we are going to search for */ |
||
26 | private $_search; |
||
27 | |||
28 | /** @var array Any special parameters for the search */ |
||
29 | private $_params; |
||
30 | |||
31 | /** |
||
32 | * @param string $search |
||
33 | * @param array $params |
||
34 | */ |
||
35 | public function __construct($search, $params) |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * Search for a member - by real_name or member_name by default. |
||
43 | * |
||
44 | * @return array |
||
45 | */ |
||
46 | public function member() |
||
57 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths