X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=framework%2Fmain%2Fclasses%2Foutput%2Fdebug%2Ferror%2Fclass_DebugErrorLogOutput.php;fp=framework%2Fmain%2Fclasses%2Foutput%2Fdebug%2Ferror%2Fclass_DebugErrorLogOutput.php;h=81fb424c9c4340a70660af3ae23778dc2fd4f9f9;hb=4c3718f4802104b3d00cda889f9f062408d23f96;hp=96e30b98a47897935f9bfe6b7176f8b88cef31ca;hpb=434ca65bbc955afad38950371ff8a3df4ce2d779;p=core.git diff --git a/framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php b/framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php index 96e30b98..81fb424c 100644 --- a/framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php +++ b/framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php @@ -101,7 +101,7 @@ class DebugErrorLogOutput extends BaseDebugOutput implements Debugger, OutputStr */ public function streamData (string $data) { self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('Unhandled ' . strlen($data) . ' bytes in this stream.'); - throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); + throw new UnsupportedOperationException([$this, __FUNCTION__], self::EXCEPTION_UNSPPORTED_OPERATION); } }