Skip to content

Commit dc84d18

Browse files
committed
docs: add @todo to rename
1 parent 1c5ff8d commit dc84d18

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

system/CLI/CLI.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class CLI
4444
* @var bool
4545
*
4646
* @deprecated 4.4.2 Should be protected.
47+
* @TODO Fix to camelCase in the next major version.
4748
*/
4849
public static $readline_support = false;
4950

@@ -53,6 +54,7 @@ class CLI
5354
* @var string
5455
*
5556
* @deprecated 4.4.2 Should be protected.
57+
* @TODO Fix to camelCase in the next major version.
5658
*/
5759
public static $wait_msg = 'Press any key to continue...';
5860

@@ -67,6 +69,8 @@ class CLI
6769
* Foreground color list
6870
*
6971
* @var array<string, string>
72+
*
73+
* @TODO Fix to camelCase in the next major version.
7074
*/
7175
protected static $foreground_colors = [
7276
'black' => '0;30',
@@ -92,6 +96,8 @@ class CLI
9296
* Background color list
9397
*
9498
* @var array<string, string>
99+
*
100+
* @TODO Fix to camelCase in the next major version.
95101
*/
96102
protected static $background_colors = [
97103
'black' => '40',

0 commit comments

Comments
 (0)