Make all non-inherited classes final
This commit is contained in:
@ -2,8 +2,6 @@
|
||||
/**
|
||||
* This file contains an exception class for trying to enter non-existent files.
|
||||
*
|
||||
* @file
|
||||
*
|
||||
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
|
||||
*/
|
||||
declare(strict_types = 1);
|
||||
@ -11,7 +9,7 @@ declare(strict_types = 1);
|
||||
/**
|
||||
* Custom exception class for non-existing files.
|
||||
*/
|
||||
class MDFileIsNotReadable extends Exception {
|
||||
final class MDFileIsNotReadable extends Exception {
|
||||
|
||||
/**
|
||||
* Error message.
|
||||
|
Reference in New Issue
Block a user