mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
Code cleanup
SVN:trunk[5973]
This commit is contained in:
@@ -24,7 +24,12 @@ use Combodo\iTop\Renderer\RenderingOutput;
|
||||
|
||||
class ConsoleSubFormFieldRenderer extends FieldRenderer
|
||||
{
|
||||
public function Render()
|
||||
/**
|
||||
* @return RenderingOutput
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function Render()
|
||||
{
|
||||
$oOutput = new RenderingOutput();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user