| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 3 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php namespace Mascame\Artificer\Fields\Types; |
||
| 10 | public function input() |
||
| 11 | { |
||
| 12 | ?> |
||
| 13 | <div class="input-group"> |
||
| 14 | <div class="input-group-addon"> |
||
| 15 | <i class="fa fa-calendar"></i> |
||
| 16 | </div> |
||
| 17 | <?php print Form::text($this->name, $this->value, $this->attributes->all()); ?> |
||
|
|
|||
| 18 | </div> |
||
| 19 | <?php |
||
| 20 | } |
||
| 21 | |||
| 29 | } |
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.