Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
23 | class Userlog extends \Userlog_Module_Plugin_Abstract implements \UserlogPluginInterface |
||
24 | { |
||
25 | /** |
||
26 | * @param string $subscribe_from Name of the script |
||
27 | * |
||
28 | * 'name' => 'thread'; |
||
29 | * 'title' => _MI_NEWBB_THREAD_NOTIFY; |
||
30 | * 'description' => _MI_NEWBB_THREAD_NOTIFYDSC; |
||
31 | * 'subscribe_from' => 'viewtopic.php'; |
||
32 | * 'item_name' => 'topic_id'; |
||
33 | * 'allow_bookmark' => 1; |
||
34 | * |
||
35 | * @return array|bool $item["item_name"] name of the item, $item["item_id"] id of the item |
||
36 | */ |
||
37 | public function item(string $subscribe_from) |
||
50 |
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