Total Complexity | 4 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
15 | class Comparator extends BaseComparator |
||
16 | { |
||
17 | /** |
||
18 | * Allow diff to list drop column |
||
19 | * |
||
20 | * @var bool |
||
21 | */ |
||
22 | protected $listDropColumn = true; |
||
23 | |||
24 | /** |
||
25 | * Set flag that allowed diff to list drop columns |
||
26 | * |
||
27 | * @param bool $flag |
||
28 | * |
||
29 | * @return void |
||
30 | */ |
||
31 | 124 | public function setListDropColumn($flag): void |
|
34 | } |
||
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | */ |
||
39 | 124 | public function diffTable(BaseTable $fromTable, BaseTable $toTable) |
|
51 |
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