mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
Add type hinting to methods parameters
This commit is contained in:
@@ -26,5 +26,6 @@ namespace Combodo\iTop\Form\Field;
|
||||
*/
|
||||
class HiddenField extends TextField
|
||||
{
|
||||
/** @inheritDoc */
|
||||
const DEFAULT_HIDDEN = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user