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

@ -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;