| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 31 | class UserlogPlugin extends Userlog\Plugin\PluginAbstract implements Userlog\Plugin\PluginInterface |
||
| 32 | { |
||
| 33 | /** |
||
| 34 | * @param string $subscribe_from Name of the script |
||
| 35 | * |
||
| 36 | * 'name' => 'thread'; |
||
| 37 | * 'title' => _MI_NEWBB_THREAD_NOTIFY; |
||
| 38 | * 'description' => _MI_NEWBB_THREAD_NOTIFYDSC; |
||
| 39 | * 'subscribe_from' => 'viewtopic.php'; |
||
| 40 | * 'item_name' => 'topic_id'; |
||
| 41 | * 'allow_bookmark' => 1; |
||
| 42 | * |
||
| 43 | * @return array|bool $item["item_name"] name of the item, $item["item_id"] id of the item |
||
| 44 | */ |
||
| 45 | public function item(string $subscribe_from) |
||
| 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