1
0
mirror of synced 2025-02-01 13:01:45 +03:00

fixed typo.

This commit is contained in:
phuson 2007-09-28 22:13:40 +00:00
parent 5a7b2ba527
commit 8293e72eb4

View File

@ -170,7 +170,7 @@ The validation modes are bitwised, so they can be combined using {{|}} and remov
: {Doctrine::VALIDATE_TYPES} : Makes Doctrine validate all field types. Doctrine does loose type validation. This means that for example string with value '13.3' will not pass as an integer but '13' will. : {Doctrine::VALIDATE_TYPES} : Makes Doctrine validate all field types. Doctrine does loose type validation. This means that for example string with value '13.3' will not pass as an integer but '13' will.
: {Doctrine::VALIDATE_CONSTRANTS} : Makes Doctrine validate all field constraints such as notnull, email etc. : {Doctrine::VALIDATE_CONSTRAINTS} : Makes Doctrine validate all field constraints such as notnull, email etc.
: {Doctrine::VALIDATE_ALL} : Turns on all validations. : {Doctrine::VALIDATE_ALL} : Turns on all validations.