| 1 | <?php |
||
| 15 | trait CompileEmpty |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Return empty string to be placed in the compiled template. |
||
| 19 | * |
||
| 20 | * @param string $argumentsName |
||
| 21 | * @param string $closureName |
||
| 22 | * @param string $initializationPhpCode |
||
| 23 | * @param ViewHelperNode $node |
||
| 24 | * @param TemplateCompiler $compiler |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | public function compile( |
||
| 36 | } |
||
| 37 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.