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 |
||
| 17 | View Code Duplication | private function some_thing() |
|
| 18 | { |
||
| 19 | $this->crud->addField([ |
||
| 20 | 'name' => 'content', |
||
| 21 | 'label' => trans('backpack::pagemanager.content'), |
||
| 22 | 'type' => 'simplemde', |
||
| 23 | 'placeholder' => trans('backpack::pagemanager.content_placeholder'), |
||
| 24 | ]); |
||
| 25 | } |
||
| 26 | } |
||
| 27 |