Conditions | 2 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
39 | public function __construct() |
||
40 | { |
||
41 | System::getInstance(); |
||
|
|||
42 | $this->params = [ |
||
43 | 'files_path' => env('FILES_PATH_TO_SAVE_BACKUP', './Backups'), |
||
44 | 'days_interval' => env('FILES_DAYS_HISTORY', 3) |
||
45 | ]; |
||
46 | $this->_getFiles(); |
||
47 | env('FILES_DAYS_HISTORY', 3) > 0 ?: $this->removeOldFilesByIntervalDays(); |
||
48 | } |
||
80 |
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