Total Complexity | 11 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class FleetStatic { |
||
13 | |||
14 | /** |
||
15 | * @param array $planetIds |
||
16 | * @param int $time |
||
17 | * |
||
18 | * @return DbMysqliResultIterator|EmptyCountableIterator |
||
19 | */ |
||
20 | public static function dbFleetsOnHoldOnPlanetsByIds($planetIds, $time = SN_TIME_NOW) { |
||
33 | FOR UPDATE"); |
||
34 | } |
||
35 | |||
36 | public static function flt_fleet_speed($user, $fleet, $shipData = []) { |
||
55 |
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