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