| Total Complexity | 9 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 11 | class DeleteAllTablesTask extends BuildTask |
||
| 12 | { |
||
| 13 | protected $title = 'CAREFUL: delete all tables'; |
||
| 14 | |||
| 15 | protected $description = 'Delete all tables in the database - no backup - so please be super careful!'; |
||
| 16 | |||
| 17 | public function run($request) |
||
| 31 | } |
||
| 32 | } |
||
| 33 | } |
||
| 34 | } |
||
| 35 | } |
||
| 36 | } |
||
| 37 | |||
| 38 | private function deleteTable(string $table) |
||
| 44 |
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