Conditions | 1 |
Paths | 1 |
Total Lines | 28 |
Code Lines | 16 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | public function run() |
||
9 | { |
||
10 | //DB::table('epormas_city')->delete(); |
||
11 | |||
12 | // create_epormas_city_20171201000000 |
||
13 | EpormasCity::create(array( |
||
14 | 'name' => 'Kabupaten Pandeglang' |
||
15 | )); |
||
16 | EpormasCity::create(array( |
||
17 | 'name' => 'Kabupaten Lebak' |
||
18 | )); |
||
19 | EpormasCity::create(array( |
||
20 | 'name' => 'Kabupaten Tangerang' |
||
21 | )); |
||
22 | EpormasCity::create(array( |
||
23 | 'name' => 'Kabupaten Serang' |
||
24 | )); |
||
25 | EpormasCity::create(array( |
||
26 | 'name' => 'Kota Tangerang' |
||
27 | )); |
||
28 | EpormasCity::create(array( |
||
29 | 'name' => 'Kota Cilegon' |
||
30 | )); |
||
31 | EpormasCity::create(array( |
||
32 | 'name' => 'Kota Serang' |
||
33 | )); |
||
34 | EpormasCity::create(array( |
||
35 | 'name' => 'Kota Tangerang Selatan' |
||
36 | )); |
||
39 |
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