File tree Expand file tree Collapse file tree
user_guide_src/source/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,13 +42,17 @@ class CLI
4242 * Is the readline library on the system?
4343 *
4444 * @var bool
45+ *
46+ * @deprecated 4.4.2 Should be protected.
4547 */
4648 public static $ readline_support = false ;
4749
4850 /**
4951 * The message displayed at prompts.
5052 *
5153 * @var string
54+ *
55+ * @deprecated 4.4.2 Should be protected.
5256 */
5357 public static $ wait_msg = 'Press any key to continue... ' ;
5458
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ Deprecations
3232- **Filters: ** The Auto-Discovery for Filters and ``Filters::discoverFilters() ``
3333 is deprecated. Use :ref: `registrars ` instead. See :ref: `modules-filters ` for
3434 details.
35+ - **CLI: ** The public property ``CLI::$readline_support `` and ``CLI::$wait_msg ``
36+ are deprecated. These methods will be protected.
3537
3638Bugs Fixed
3739**********
You can’t perform that action at this time.
0 commit comments