]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 3 Dec 2020 19:31:45 +0000 (20:31 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 3 Dec 2020 19:31:45 +0000 (20:31 +0100)
commit9fe6e1216c0d518d905710b45a607d0023ac0820
tree5d77d0b0071f12efaf4a8fcb04bf9af0ee23164f
parent8b8734674eb2f842c227a42e9dd7a3264bf6e82f
Continued:
- throw IAE when e.g. a string parameter is empty
- introduced DeliverableTrait
- improved/commented in debug messages
- added type-hints for primitive variables

Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/classes/helper/connection/class_BaseConnectionHelper.php
application/hub/classes/nodes/class_BaseHubNode.php
application/hub/classes/package/assembler/class_PackageAssembler.php
application/hub/classes/package/fragmenter/class_PackageFragmenter.php
application/hub/interfaces/delivery/fragmenter/class_Fragmentable.php
application/hub/traits/delivery/class_DeliverableTrait.php [new file with mode: 0644]