Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6b377 commit ada9a58Copy full SHA for ada9a58
src/Symfony/Component/Console/Helper/DialogHelper.php
@@ -30,12 +30,6 @@ class DialogHelper extends InputAwareHelper
30
private static $shell;
31
private static $stty;
32
33
- public function __construct()
34
- {
35
- trigger_error('DialogHelper is deprecated since version 2.5 and will be removed in 3.0. Use QuestionHelper instead.', E_USER_DEPRECATED);
36
-
37
- parent::__construct();
38
- }
39
/**
40
* Asks the user to select a value.
41
*
0 commit comments