Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
35 | public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options) |
||
36 | { |
||
37 | $query = $this->connection->getQueryBuilder(); |
||
38 | $query->insert('analytics_whats_new') |
||
39 | ->values([ |
||
40 | 'version' => $query->createNamedParameter('4.11.0'), |
||
41 | 'data' => $query->createNamedParameter('{"changelogURL":"https:\/\/github.com\/rello\/analytics\/blob\/master\/CHANGELOG.md","whatsNew":{ |
||
42 | "en":{"regular":["Stacked charts","Various optimizations"],"admin":["New Features apply to users"]}, |
||
43 | "de":{"regular":["Gestapelte Balken Charts","Verschiedene Optimierungen"],"admin":["Nur User Features"]} |
||
44 | }}'), |
||
45 | ]) |
||
46 | ->executeStatement(); |
||
47 | } |
||
48 | } |
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