Total Complexity | 3 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class ideas_status_icon extends \Twig\Extension\AbstractExtension |
||
|
|||
16 | { |
||
17 | /** |
||
18 | * Get the name of this extension |
||
19 | * |
||
20 | * @return string |
||
21 | */ |
||
22 | public function getName() |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * {@inheritDoc} |
||
29 | */ |
||
30 | public function getFunctions() |
||
34 | ]; |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * Generate a Font Awesome icon class name given an integer input |
||
39 | * representing one of the Ideas Statuses. |
||
40 | * |
||
41 | * @return string Status class name or empty string if no match found. |
||
42 | */ |
||
43 | public function get_status_icon() |
||
58 |
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