Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
8 | function b_waiting_popnupblog() |
||
9 | { |
||
10 | $result = []; |
||
11 | $result['adminlink'] = XOOPS_URL . '/modules/popnupblog/admin/index.php'; |
||
12 | $result['pendingnum'] = popnupblog::getApplicationNum(); |
||
|
|||
13 | $result['lang_linkname'] = _PI_WAITING_WAITINGS; |
||
14 | |||
15 | return $result; |
||
16 | } |
||
17 |
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