| Total Complexity | 4 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class PageQuest extends PageAjax { |
||
| 11 | /** |
||
| 12 | * List of allowed actions for this page |
||
| 13 | * |
||
| 14 | * @var array[] $allowedActions [(string)action] => true |
||
| 15 | */ |
||
| 16 | protected $allowedActions = [ |
||
| 17 | 'saveFilter' => true, |
||
| 18 | ]; |
||
| 19 | |||
| 20 | protected $filterQuestStatus = QUEST_STATUS_ALL; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Loading page data from page params |
||
| 24 | */ |
||
| 25 | public function loadParams() { |
||
| 28 | } |
||
| 29 | |||
| 30 | protected function checkParams() { |
||
| 41 | } |
||
| 42 | } |
||
| 43 | |||
| 44 | // Page Actions ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
||
| 45 | /** |
||
| 46 | * Finishes current tutorial |
||
| 47 | */ |
||
| 48 | public function saveFilter() { |
||
| 58 |
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