Add final keyword to classes
This commit is contained in:
@ -9,7 +9,7 @@ declare(strict_types = 1);
|
||||
/**
|
||||
* Interface for CLI outputs of museum-digital's dev and admin tools.
|
||||
*/
|
||||
class MDConsole {
|
||||
final class MDConsole {
|
||||
|
||||
const STATUS_NOTICE = 0;
|
||||
const STATUS_UPDATE = 1;
|
||||
|
Reference in New Issue
Block a user