| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace XoopsModules\Tdmcreate\Form; |
||
| 28 | class FormRaw extends \XoopsFormElement |
||
| 29 | { |
||
| 30 | /** |
||
| 31 | * __construct. |
||
| 32 | * |
||
| 33 | * @param string $value value |
||
| 34 | */ |
||
| 35 | public function __construct($value = '') |
||
| 38 | } |
||
| 39 | |||
| 40 | /** |
||
| 41 | * render. |
||
| 42 | * |
||
| 43 | * @return string rendered form element |
||
| 44 | */ |
||
| 45 | public function render() |
||
| 50 |
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.