Skip to content

Commit

Permalink
no @ const in php doc
Browse files Browse the repository at this point in the history
  • Loading branch information
belisoful committed Aug 20, 2023
1 parent 4f0d2ec commit 2a2f54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/IO/TOutputWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
Expand Down

0 comments on commit 2a2f54d

Please sign in to comment.