Make all non-inherited classes final
This commit is contained in:
@ -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 MDcouldNotSetPublic extends Exception {
|
||||
final class MDcouldNotSetPublic extends Exception {
|
||||
|
||||
/**
|
||||
* Error message.
|
||||
|
Reference in New Issue
Block a user