Conditions | 1 |
Paths | 1 |
Total Lines | 16 |
Code Lines | 13 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
34 | 2 | protected function getPugConfig() |
|
35 | { |
||
36 | return [ |
||
37 | 2 | 'pretty' => true, |
|
38 | 'expressionLanguage' => 'js', |
||
39 | 'pugjs' => false, |
||
40 | 'localsJsonFile' => false, |
||
41 | 'cache' => 'data/cache/pug', |
||
42 | 'template_path' => 'templates/', |
||
43 | 'globals' => [], |
||
44 | 'filters' => [], |
||
45 | 'keywords' => [], |
||
46 | 'helpers' => [], |
||
47 | 'default_params' => [], |
||
48 | ]; |
||
49 | } |
||
50 | } |
||
51 |