fuel / validation

FuelPHP Framework - Data Validation library
70 stars 14 forks source link

Removes array indexes from validateProvider #37

Closed sagikazarmark closed 10 years ago

sagikazarmark commented 10 years ago

It makes it super hard to maintain test data with indexes. There were also some index collisions and some rules didn't use indexes, so I removed them.

emlynwest commented 10 years ago

The intention was to have the indexes there to make it easier to identify failing test data. I'd rather that overridden ones where updated rather than removing them all.