| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class CwpSearchPageController extends PageController |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Create the dummy search record for this page |
||
| 16 | * |
||
| 17 | * @return CwpSearchPage |
||
| 18 | */ |
||
| 19 | protected function generateSearchRecord() |
||
| 26 | } |
||
| 27 | |||
| 28 | public function __construct($dataRecord = null) |
||
| 34 | } |
||
| 35 | |||
| 36 | public function index() |
||
| 41 |
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