mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
Make classes final
The rules "AllOf," "NotEmpty," and "Xdigit" cannot be final because other rules extend them. Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
parent
c60ca7937b
commit
b340b74cfd
47 changed files with 68 additions and 68 deletions
|
|
@ -20,7 +20,7 @@ use RecursiveIterator;
|
|||
/**
|
||||
* @author Henrique Moody <henriquemoody@gmail.com>
|
||||
*/
|
||||
class RecursiveExceptionIterator implements RecursiveIterator, Countable
|
||||
final class RecursiveExceptionIterator implements RecursiveIterator, Countable
|
||||
{
|
||||
/**
|
||||
* @var ArrayIterator|ValidationException[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue