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:
Henrique Moody 2019-02-17 19:59:35 +01:00
commit b340b74cfd
No known key found for this signature in database
GPG key ID: 221E9281655813A6
47 changed files with 68 additions and 68 deletions

View file

@ -18,7 +18,7 @@ use function count;
/**
* @author Henrique Moody <henriquemoody@gmail.com>
*/
class KeySetException extends GroupedValidationException implements NonOmissibleException
final class KeySetException extends GroupedValidationException implements NonOmissibleException
{
public const STRUCTURE = 'structure';