Add final keyword to both classes
This commit is contained in:
		@@ -8,7 +8,7 @@ declare(strict_types = 1);
 | 
			
		||||
 * Standard class providing overrides of default PHP functions as static
 | 
			
		||||
 * functions.
 | 
			
		||||
 */
 | 
			
		||||
class MD_STD {
 | 
			
		||||
final class MD_STD {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 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
 | 
			
		||||
 * functions.
 | 
			
		||||
 */
 | 
			
		||||
class MD_STD_IN {
 | 
			
		||||
final class MD_STD_IN {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Validates and sanitizes input integers to be in line with MySQL
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user