Clarification

This commit is contained in:
Gregwar 2015-12-13 12:12:45 +01:00
parent 42cb26794d
commit f06ff4d2c2
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class CaptchaType extends AbstractType
*/
public function getParent()
{
// Not using ::class to support Symfony 2.8 w/ php<5.5
// Not using ::class to support Symfony 2.8 w/ php>=5.3.9
return 'Symfony\Component\Form\Extension\Core\Type\TextType';
}