| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 28 | private function registerBladeComponents() |
||
| 29 | { |
||
| 30 | Blade::aliasComponent('components.form.input', 'input'); |
||
|
|
|||
| 31 | Blade::aliasComponent('components.form.textarea', 'textarea'); |
||
| 32 | Blade::aliasComponent('components.form.select', 'select'); |
||
| 33 | Blade::aliasComponent('components.form.checkbox', 'checkbox'); |
||
| 34 | } |
||
| 35 | |||
| 43 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.