| Conditions | 2 |
| Paths | 2 |
| Total Lines | 15 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php namespace Mascame\Artificer\Fields\Types; |
||
| 14 | public function input() |
||
| 15 | { |
||
| 16 | if ($this->value != null) { |
||
| 17 | ?> |
||
| 18 | <div data-box class="focal_box"> |
||
| 19 | <?= $this->show() ?> |
||
| 20 | <div data-point class="focal_point"></div> |
||
| 21 | </div> |
||
| 22 | |||
| 23 | <div data-position class="focal_position"></div> |
||
| 24 | <?php |
||
| 25 | } |
||
| 26 | |||
| 27 | print Form::file($this->name); |
||
|
|
|||
| 28 | } |
||
| 29 | |||
| 49 | } |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.