respect-validation/library
Henrique Moody 4bcc4027f8
Try to use the getRelatedByName() method first
Then using the `findMessages()` method, tries to use the method
`getRelatedByName()` before using the `findRelated()` method.

This change was made because since on `KeyNested` rule you may have
names with '.' we'll never get the proper exception using
`findRelated()`.
2016-09-17 21:11:55 +02:00
..
Exceptions Try to use the getRelatedByName() method first 2016-09-17 21:11:55 +02:00
Rules Fix wrong behaviour on AbstractRelated 2016-09-17 20:23:38 +02:00
Factory.php Use short array syntax 2015-10-17 22:56:32 -03:00
Validatable.php Use short array syntax 2015-10-17 22:56:32 -03:00
Validator.php Fix missing docblock for "iterableType" rule 2016-08-03 11:05:28 +02:00