Skip to content

Commit

Permalink
docs: add @todo to rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Oct 10, 2023
1 parent 1c5ff8d commit dc84d18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions system/CLI/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class CLI
* @var bool
*
* @deprecated 4.4.2 Should be protected.
* @TODO Fix to camelCase in the next major version.
*/
public static $readline_support = false;

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

Expand All @@ -67,6 +69,8 @@ class CLI
* Foreground color list
*
* @var array<string, string>
*
* @TODO Fix to camelCase in the next major version.
*/
protected static $foreground_colors = [
'black' => '0;30',
Expand All @@ -92,6 +96,8 @@ class CLI
* Background color list
*
* @var array<string, string>
*
* @TODO Fix to camelCase in the next major version.
*/
protected static $background_colors = [
'black' => '40',
Expand Down

0 comments on commit dc84d18

Please sign in to comment.