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:
Molkobain
2019-07-09 19:10:16 +02:00
parent 9e9187b169
commit 030d912820
7 changed files with 145 additions and 21 deletions

View File

@@ -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