mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
Code cleanup
- Format code accordingly to coding conventions - Add / update PHPDoc all over the place - Suppress most of the warnings that did not have a big impact on code's logic
This commit is contained in:
@@ -19,11 +19,12 @@
|
||||
|
||||
namespace Combodo\iTop\Form;
|
||||
|
||||
use \Combodo\iTop\Renderer\FormRenderer;
|
||||
use Combodo\iTop\Renderer\FormRenderer;
|
||||
|
||||
/**
|
||||
* Description of formmanager
|
||||
*
|
||||
* @package Combodo\iTop\Form
|
||||
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
|
||||
*/
|
||||
abstract class FormManager
|
||||
@@ -68,6 +69,9 @@ abstract class FormManager
|
||||
return $oFormManager;
|
||||
}
|
||||
|
||||
/**
|
||||
* FormManager constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
// Overload in child class when needed
|
||||
|
||||
Reference in New Issue
Block a user