Conditions | 1 |
Paths | 1 |
Total Lines | 14 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | public function run() |
||
9 | { |
||
10 | //DB::table('epormas_counter')->delete(); |
||
11 | |||
12 | // create_epormas_counter_20171201000000 |
||
13 | EpormasCounter::create(array( |
||
14 | 'tanggal' => '2017-12-01 00:00:12', |
||
15 | 'count' => 1, |
||
16 | 'via' => 'form', |
||
17 | 'user_id' => 1, |
||
18 | 'tahun' => 2017, |
||
19 | 'bulan' => 12, |
||
20 | 'category_id' => 1, |
||
21 | 'city_id' => 1 |
||
22 | )); |
||
25 |
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