Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 20 Dec 2020 10:58:54 +0000 (11:58 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 20 Dec 2020 10:58:54 +0000 (11:58 +0100)
commit364ccbef3ec6f786d206c3423b5cf6a724ad732e
treea0d191da373b328b16de83b3f607e4b985c8ebe0
parent1147b488834a6714647dc795dfe9c24bc8405e99
Continued:
- added type-hints for primitive variables
- added condition-checks for string/int parameter and when condition is not met
  an IAE is being thrown

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/factories/stacks/class_FileStackFactory.php
framework/main/classes/factories/xml/class_XmlTemplateEngineFactory.php
framework/main/classes/file_directories/class_BaseFileIo.php
framework/main/classes/helper/class_BaseHelper.php
framework/main/classes/lists/class_BaseList.php
framework/main/classes/registry/class_BaseRegistry.php
framework/main/interfaces/lists/class_Listable.php