Make all non-inherited classes final
This commit is contained in:
@ -7,7 +7,7 @@ declare(strict_types = 1);
|
||||
/**
|
||||
* Debugging and error handling class.
|
||||
*/
|
||||
class MDErrorReporter {
|
||||
final class MDErrorReporter {
|
||||
|
||||
const MD_ERROR_UNKNOWN = 20;
|
||||
const MD_ERROR_CRITICAL = 10;
|
||||
|
Reference in New Issue
Block a user