File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ' ,
You can’t perform that action at this time.
0 commit comments