ircmaxell / filterus

A simple filtering library for PHP
454 stars 55 forks source link

Renamed reserved class names to {$classname}Type #7

Open kalaspuffar opened 9 years ago

kalaspuffar commented 9 years ago

In PHP7 some classnames are reserved and requires a change. This is discussed in https://github.com/Respect/Validation/issues/362

Their suggestion is to use the prefix Type on the classes.