Add type hinting to methods parameters

This commit is contained in:
Molkobain
2020-10-22 15:28:26 +02:00
parent cfd9dba66e
commit e419060e8a
21 changed files with 147 additions and 92 deletions

View File

@@ -26,5 +26,6 @@ namespace Combodo\iTop\Form\Field;
*/
class HiddenField extends TextField
{
/** @inheritDoc */
const DEFAULT_HIDDEN = true;
}