| Total Complexity | 4 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 8 | class UniLoginAppController extends AppController { |
||
|
|
|||
| 9 | |||
| 10 | /** |
||
| 11 | * An array of names of models to load. |
||
| 12 | * |
||
| 13 | * @var array |
||
| 14 | */ |
||
| 15 | public $uses = []; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Before action logic. |
||
| 19 | * |
||
| 20 | * @return void |
||
| 21 | */ |
||
| 22 | public function beforeFilter() { |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Constructor. |
||
| 33 | * |
||
| 34 | * @param CakeRequest $request Request object for this controller. Can be null for testing, |
||
| 35 | * but expect that features that use the request parameters will not work. |
||
| 36 | * @param CakeResponse $response Response object for this controller. |
||
| 37 | */ |
||
| 38 | public function __construct($request = null, $response = null) { |
||
| 45 |
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