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,6 +26,7 @@ namespace Combodo\iTop\Form\Field;
*/
class RadioField extends MultipleChoicesField
{
/** @inheritDoc */
const DEFAULT_MULTIPLE_VALUES_ENABLED = false;
}