Make all non-inherited classes final

This commit is contained in:
2020-08-29 12:57:45 +02:00
committed by Stefan Rohde-Enslin
parent 237db1c58a
commit f0b39322ec
29 changed files with 29 additions and 35 deletions

View File

@ -12,7 +12,7 @@ declare(strict_types = 1);
* Custom exception class to be raised when trying to use a currency that is not
* accepted by museum-digital.
*/
class MDInvalidInputDate extends Exception {
final class MDInvalidInputDate extends Exception {
/**
* Error message.