Move scripts to /src subdirectory
This commit is contained in:
parent
06bbaf5f97
commit
2c1f6a0490
|
@ -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 {
|
||||||
/**
|
/**
|
|
@ -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 {
|
||||||
/**
|
/**
|
Loading…
Reference in New Issue
Block a user