Add missing function comment

This commit is contained in:
2020-11-22 15:42:56 +01:00
parent 258781307d
commit c60932088d
3 changed files with 5 additions and 7 deletions

View File

@ -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.");
}
}