X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Foutput%2Fclass_WebOutput.php;h=ff175d0bd10ba137d914b234fdefd5856ccb850d;hp=9c44b06e6c481da544d12fd82a533b981edcc0f1;hb=57fd3f16226ca5a22b8d8dc07ae858415c0e8e9b;hpb=647d34b9da7d7492a5e89fc33544fbb769fa0b57 diff --git a/inc/classes/main/output/class_WebOutput.php b/inc/classes/main/output/class_WebOutput.php index 9c44b06e..ff175d0b 100644 --- a/inc/classes/main/output/class_WebOutput.php +++ b/inc/classes/main/output/class_WebOutput.php @@ -45,7 +45,7 @@ class WebOutput extends BaseFrameworkSystem implements OutputStreamer, Registera * @return $debugInstance An instance of this middleware class */ public static final function createWebOutput (ManageableApplication $applicationInstance) { - // Is there no instance? + // Is the self-instance already set? if (is_null(self::$webInstance)) { // Get a new instance and set it self::$webInstance = new WebOutput();