| Conditions | 1 |
| Paths | 1 |
| Total Lines | 28 |
| Code Lines | 26 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 42 | public function getSessionRedisLockingExcludedBotUserAgents(): array |
||
| 43 | { |
||
| 44 | return [ |
||
| 45 | 'Googlebot', |
||
| 46 | 'bingbot', |
||
| 47 | 'Baiduspider', |
||
| 48 | 'YandexBot', |
||
| 49 | 'DuckDuckBot', |
||
| 50 | 'Sogou', |
||
| 51 | 'ia_archiver', |
||
| 52 | 'facebookexternalhit', |
||
| 53 | 'Twitterbot', |
||
| 54 | 'LinkedInBot', |
||
| 55 | 'Slackbot', |
||
| 56 | 'WhatsApp', |
||
| 57 | 'Discordbot', |
||
| 58 | 'AhrefsBot', |
||
| 59 | 'Applebot', |
||
| 60 | 'msnbot', |
||
| 61 | 'MJ12bot', |
||
| 62 | 'SEMrushBot', |
||
| 63 | 'PetalBot', |
||
| 64 | 'SeznamBot', |
||
| 65 | 'AdsBot-Google', |
||
| 66 | 'crawler', |
||
| 67 | 'spider', |
||
| 68 | 'robot', |
||
| 69 | 'bot/', |
||
| 70 | ]; |
||
| 73 |
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