| 1 | <?php |
||
| 33 | class PluginIndent extends Plugin implements ICompilable |
||
| 34 | { |
||
| 35 | /** |
||
| 36 | * @param Compiler $compiler |
||
| 37 | * @param string $value |
||
| 38 | * @param int $by |
||
| 39 | * @param string $char |
||
| 40 | * |
||
| 41 | * @return string |
||
| 42 | */ |
||
| 43 | public static function compile(Compiler $compiler, $value, $by = 4, $char = ' ') |
||
| 47 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.