| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class CKANRegistryPageController extends PageController |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Loads model data encapsulated as JSON in order to power front end technologies used to render that |
||
| 11 | * data. Includes critical info such as the CKAN site to query (e.g. which domain, datastore, etc.) |
||
| 12 | * but also can be extended to be used for configuring the component used to show this (e.g. React.js |
||
| 13 | * or Vue.js component configuration). |
||
| 14 | * |
||
| 15 | * @return string |
||
| 16 | */ |
||
| 17 | public function getCKANClientConfig() |
||
| 24 |
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