| Total Complexity | 3 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | class UpdateCommand extends Command |
||
| 20 | { |
||
| 21 | const ROOT_URL = "https://devgiants.github.io/websites-backup/"; |
||
| 22 | const MANIFEST_FILE_URL = self::ROOT_URL . 'manifest.json'; |
||
| 23 | const DOWNLOAD_FOLDER = self::ROOT_URL . 'downloads'; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @inheritdoc |
||
| 27 | */ |
||
| 28 | protected function configure() |
||
| 33 | ; |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @inheritdoc |
||
| 38 | */ |
||
| 39 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 52 | } |
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