Total Complexity | 1 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | class Push extends AbstractMigration |
||
6 | { |
||
7 | /** |
||
8 | * Change Method. |
||
9 | * |
||
10 | * Write your reversible migrations using this method. |
||
11 | * |
||
12 | * More information on writing migrations is available here: |
||
13 | * http://docs.phinx.org/en/latest/migrations.html#the-abstractmigration-class |
||
14 | * |
||
15 | * The following commands can be used in this method and Phinx will |
||
16 | * automatically reverse them when rolling back: |
||
17 | * |
||
18 | * createTable |
||
19 | * renameTable |
||
20 | * addColumn |
||
21 | * renameColumn |
||
22 | * addIndex |
||
23 | * addForeignKey |
||
24 | * |
||
25 | * Remember to call "create()" or "update()" and NOT "save()" when working |
||
26 | * with the Table class. |
||
27 | * |
||
28 | * @throws \InvalidArgumentException |
||
29 | * @throws \RuntimeException |
||
30 | */ |
||
31 | public function change() |
||
48 |
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