| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | public function render() |
||
| 14 | { |
||
| 15 | $site_durations = Analytics::performQuery( |
||
| 16 | Period::days($this->days), |
||
| 17 | 'ga:sessionDuration', |
||
| 18 | [ |
||
| 19 | 'metrics' => 'ga:sessions,ga:sessionDuration', |
||
| 20 | ] |
||
| 21 | )->rows; |
||
| 22 | return view('website::livewire.admin.analytics.duration-spend-on-site', compact('site_durations')); |
||
| 23 | } |
||
| 25 |
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