| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 34 | public function update_data() |
||
| 35 | { |
||
| 36 | return [ |
||
| 37 | // Add new configs |
||
| 38 | ['config.add', ['vse_tip_srt', 1]], |
||
| 39 | ['config.add', ['vse_tip_pst', 1]], |
||
| 40 | |||
| 41 | // Add permission |
||
| 42 | ['permission.add', ['f_vse_tip', false, 'f_list_topics']], |
||
| 43 | |||
| 44 | // Unset permissions that may have been set by copying from f_list_topics |
||
| 45 | ['permission.permission_unset', ['ROLE_FORUM_BOT', 'f_vse_tip']], |
||
| 46 | ['permission.permission_unset', ['ROLE_FORUM_ONQUEUE', 'f_vse_tip']], |
||
| 47 | ]; |
||
| 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