| Conditions | 1 |
| Paths | 1 |
| Total Lines | 17 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 40 | public function columns() |
||
| 41 | { |
||
| 42 | return [ |
||
| 43 | "Title" => [ |
||
| 44 | "title" => "Title", |
||
| 45 | "link" => true, |
||
| 46 | ], |
||
| 47 | // 'ShowInMenus' => [ |
||
| 48 | // 'title' => 'Cache Link', |
||
| 49 | // 'formatting' => function ($value, $item) { |
||
| 50 | // return '<a href="' . $item->Link() . '?flush=all" target="_blank">Flush Cache</a>'; |
||
| 51 | // }, |
||
| 52 | // ], |
||
| 53 | 'ShowInSearch' => [ |
||
| 54 | 'title' => 'Edit Cache Settings', |
||
| 55 | 'formatting' => function ($value, $item) { |
||
| 56 | return '<a href="' . $item->EditCacheSettingsLink() . '" target="_blank">Edit Settings</a>'; |
||
| 57 | }, |
||
| 62 |
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