Add final keyword to both classes
This commit is contained in:
parent
7d4a740f8f
commit
6fe367ead7
|
@ -8,7 +8,7 @@ declare(strict_types = 1);
|
||||||
* Standard class providing overrides of default PHP functions as static
|
* Standard class providing overrides of default PHP functions as static
|
||||||
* functions.
|
* functions.
|
||||||
*/
|
*/
|
||||||
class MD_STD {
|
final class MD_STD {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wrapper around file_get_contents, that provides catches errors on it and returns
|
* Wrapper around file_get_contents, that provides catches errors on it and returns
|
||||||
|
|
|
@ -8,7 +8,7 @@ declare(strict_types = 1);
|
||||||
* Standard class providing overrides of default PHP functions as static
|
* Standard class providing overrides of default PHP functions as static
|
||||||
* functions.
|
* functions.
|
||||||
*/
|
*/
|
||||||
class MD_STD_IN {
|
final class MD_STD_IN {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validates and sanitizes input integers to be in line with MySQL
|
* Validates and sanitizes input integers to be in line with MySQL
|
||||||
|
|
Loading…
Reference in New Issue
Block a user