We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 9 |
| Ratio | 100 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 32 | View Code Duplication | private function some_thing() |
|
| 33 | { |
||
| 34 | $this->crud->addField([ |
||
| 35 | 'name' => 'content', |
||
| 36 | 'label' => trans('backpack::pagemanager.content'), |
||
| 37 | 'type' => 'simplemde', |
||
| 38 | 'placeholder' => trans('backpack::pagemanager.content_placeholder'), |
||
| 39 | ]); |
||
| 40 | } |
||
| 41 | } |
||
| 42 |