From 2a2f54d9fdf354e4d9bea78e3d130d3cd11e9cd2 Mon Sep 17 00:00:00 2001 From: Belisoful Date: Sun, 20 Aug 2023 02:45:23 -0700 Subject: [PATCH] no @ const in php doc --- framework/IO/TOutputWriter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/IO/TOutputWriter.php b/framework/IO/TOutputWriter.php index 6f2096597..5ac3b1eed 100644 --- a/framework/IO/TOutputWriter.php +++ b/framework/IO/TOutputWriter.php @@ -26,10 +26,10 @@ */ class TOutputWriter extends TTextWriter { - /** @const The file path to open a data stream to Output. */ + /** The file path to open a data stream to Output. */ public const OUTPUT_URI = 'php://output'; - /** @const The type of stream for Output. */ + /** The type of stream for Output. */ public const OUTPUT_TYPE = 'Output'; /**