]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 21 Aug 2025 19:16:10 +0000 (21:16 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 21 Aug 2025 19:16:10 +0000 (21:16 +0200)
commit5f72bf4f321d989b96a6ef6a3d970bbd5c283a24
tree39b193ff0b55959c3324572534f08be6353b0353
parent72941c5377c1989e109e775a053c0c19403a6181
Continued:
- introduced `is<$Foo>InstanceSet()` functions instead of testing result from
  `get<$Foo>Instance()` against NULL or `instanceof Foo`
- added a few missing type-hints
application/tests/class_ApplicationHelper.php
framework/bootstrap/class_FrameworkBootstrap.php
framework/main/classes/application/class_BaseApplication.php
framework/main/interfaces/io/file/handler/class_IoHandler.php
framework/main/middleware/compressor/class_CompressorChannel.php
framework/main/middleware/debug/class_DebugMiddleware.php
framework/main/middleware/io/class_FileIoHandler.php
framework/main/traits/streamer/file/input/class_FileInputStreamerTrait.php
framework/main/traits/streamer/file/output/class_FileOutputStreamerTrait.php
framework/main/traits/streamer/output/class_OutputStreamerTrait.php