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

@ -4,7 +4,7 @@ declare(strict_types = 1);
/**
* Custom exception class for errors loading configuration information.
*/
class MDRequiredConfigNotSet extends Exception {
final class MDRequiredConfigNotSet extends Exception {
/**
* Error message.