Add missing function comment
This commit is contained in:
@ -9,7 +9,6 @@ declare(strict_types = 1);
|
||||
* functions.
|
||||
*/
|
||||
final class MD_STD_IN {
|
||||
|
||||
/**
|
||||
* Validates and sanitizes input integers to be in line with MySQL
|
||||
* autoincrement IDs.
|
||||
@ -231,5 +230,4 @@ final class MD_STD_IN {
|
||||
throw new MDgenericInvalidInputsException("ISBNs must be either 10 or 13 characters long.");
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user