fix typo in comment

This commit is contained in:
Ad Schellevis 2015-09-22 11:33:18 +02:00
parent 952c52b7e7
commit ebacf6e22f

View File

@ -32,7 +32,7 @@ use OPNsense\Base\Validators\MinMaxValidator;
use OPNsense\Base\Validators\IntegerValidator;
/**
* Class TextField
* Class IntegerField
* @package OPNsense\Base\FieldTypes
*/
class IntegerField extends BaseField