Add final keyword to MDInvalidUrl and MDInvalidEmail
This commit is contained in:
parent
295631b1ab
commit
54e8fe5bdb
|
@ -5,7 +5,7 @@ declare(strict_types = 1);
|
|||
* Exception thrown in case the main entity of a page (e.g. an object, an institution etc.)
|
||||
* are not set public.
|
||||
*/
|
||||
class MDInvalidEmail extends MDgenericInvalidInputsException {
|
||||
final class MDInvalidEmail extends MDgenericInvalidInputsException {
|
||||
|
||||
/**
|
||||
* Error message.
|
||||
|
|
|
@ -5,7 +5,7 @@ declare(strict_types = 1);
|
|||
* Exception thrown in case the main entity of a page (e.g. an object, an institution etc.)
|
||||
* are not set public.
|
||||
*/
|
||||
class MDInvalidUrl extends MDgenericInvalidInputsException {
|
||||
final class MDInvalidUrl extends MDgenericInvalidInputsException {
|
||||
|
||||
/**
|
||||
* Error message.
|
||||
|
|
Loading…
Reference in New Issue
Block a user