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