Skip to content

Commit 1537534

Browse files
committed
apply code suggestion
1 parent 618618b commit 1537534

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

system/CLI/CLI.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ protected static function fwrite($handle, string $string)
11291129
/**
11301130
* Testing purpose only
11311131
*
1132-
* @testTag
1132+
* @internal
11331133
*/
11341134
public static function reset(): void
11351135
{
@@ -1147,7 +1147,7 @@ public static function reset(): void
11471147
/**
11481148
* Testing purpose only
11491149
*
1150-
* @testTag
1150+
* @internal
11511151
*/
11521152
public static function resetLastWrite(): void
11531153
{
@@ -1157,7 +1157,7 @@ public static function resetLastWrite(): void
11571157
/**
11581158
* Testing purpose only
11591159
*
1160-
* @testTag
1160+
* @internal
11611161
*/
11621162
public static function setInputOutput(InputOutput $io): void
11631163
{
@@ -1167,7 +1167,7 @@ public static function setInputOutput(InputOutput $io): void
11671167
/**
11681168
* Testing purpose only
11691169
*
1170-
* @testTag
1170+
* @internal
11711171
*/
11721172
public static function resetInputOutput(): void
11731173
{

0 commit comments

Comments
 (0)