Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
29 | public function widgetArea() |
||
30 | { |
||
31 | register_sidebar([ |
||
32 | 'name' => Translations::trans('Example widgets'), |
||
33 | 'id' => 'example-widgets', |
||
34 | 'before_widget' => '<section class="">', |
||
35 | 'after_widget' => '</section>', |
||
36 | 'before_title' => '<h5>', |
||
37 | 'after_title' => '</h5>', |
||
38 | ]); |
||
39 | } |
||
40 | } |
||
|
|||
41 |
This check marks files that end in a newline character, i.e. an empy line.