Move scripts to /src subdirectory

This commit is contained in:
Joshua Ramon Enslin 2021-03-09 20:09:11 +01:00
parent 06bbaf5f97
commit 2c1f6a0490
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
6 changed files with 2 additions and 3 deletions

View File

@ -5,8 +5,7 @@
declare(strict_types = 1); declare(strict_types = 1);
/** /**
* Standard class providing overrides of default PHP functions as static * Encapsulates functions for handling inputs.
* functions.
*/ */
final class MD_STD_IN { final class MD_STD_IN {
/** /**

View File

@ -5,7 +5,7 @@
declare(strict_types = 1); declare(strict_types = 1);
/** /**
* Class providing static functions with basic security operations. * Gathers wrappers for handling basic security operations.
*/ */
final class MD_STD_SEC { final class MD_STD_SEC {
/** /**