Continued:
authorRoland Haeder <roland@mxchange.org>
Thu, 23 Feb 2017 20:31:28 +0000 (21:31 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:10:04 +0000 (22:10 +0100)
commit46130e59d03880cc54ea2ddba9c660fe28d8a7d0
tree126f6492e1d8dc0794e539ff69c52afe2c1e82a2
parent717829ec4b1f04e88e65838110d7cc8d9c4933c1
Continued:
- added "import" for Streamable + fixed namespace, no plural
- added "import" for OutputStreamer
- added "import" for NullPointerException + thrown one in middleware

Signed-off-by: Roland Häder <roland@mxchange.org>
26 files changed:
inc/config/class_FrameworkConfiguration.php
inc/main/classes/class_BaseFrameworkSystem.php
inc/main/classes/commands/html/class_HtmlConfirmCommand.php
inc/main/classes/database/frontend/class_UserDatabaseWrapper.php
inc/main/classes/file_directories/class_BaseFileIo.php
inc/main/classes/file_directories/input/raw/class_FrameworkRawFileInputPointer.php
inc/main/classes/file_directories/input/text/class_FrameworkTextFileInputPointer.php
inc/main/classes/file_directories/io/class_FrameworkFileInputOutputPointer.php
inc/main/classes/file_directories/output/raw/class_FrameworkRawFileOutputPointer.php
inc/main/classes/file_directories/output/text/class_FrameworkTextFileOutputPointer.php
inc/main/classes/filter/payment/class_PaymentDiscoveryFilter.php
inc/main/classes/helper/class_BaseHelper.php
inc/main/classes/helper/html/forms/class_HtmlFormHelper.php
inc/main/classes/helper/html/links/class_HtmlLinkHelper.php
inc/main/classes/mailer/debug/class_DebugMailer.php
inc/main/classes/output/console/class_ConsoleOutput.php
inc/main/classes/output/debug/console/class_DebugConsoleOutput.php
inc/main/classes/output/debug/error/class_DebugErrorLogOutput.php
inc/main/classes/output/debug/web/class_DebugWebOutput.php
inc/main/classes/output/web/class_WebOutput.php
inc/main/classes/registry/class_BaseRegistry.php
inc/main/interfaces/io/class_Streamable.php
inc/main/interfaces/io/class_StreamableInput.php
inc/main/interfaces/io/class_StreamableOutput.php
inc/main/interfaces/io/file/class_FileOutputStreamer.php
inc/main/middleware/debug/class_DebugMiddleware.php