| Total Complexity | 1 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 10 | final class TransactionsAmountField extends AbstractMigration |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Change Method. |
||
| 14 | * |
||
| 15 | * Write your reversible migrations using this method. |
||
| 16 | * |
||
| 17 | * More information on writing migrations is available here: |
||
| 18 | * https://book.cakephp.org/phinx/0/en/migrations.html#the-change-method |
||
| 19 | * |
||
| 20 | * Remember to call "create()" or "update()" and NOT "save()" when working |
||
| 21 | * with the Table class. |
||
| 22 | */ |
||
| 23 | public function change(): void |
||
| 32 |
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