10000
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 6aa4cd8 commit cbddc8dCopy full SHA for cbddc8d
src/Symfony/Component/Console/Helper/DialogHelper.php
@@ -28,9 +28,9 @@ class DialogHelper extends InputAwareHelper
28
private static $shell;
29
private static $stty;
30
31
- function __construct()
+ public function __construct()
32
{
33
- trigger_error( 'DialogHelper is deprecated since version 2.5 and will be removed in 3.0. Use QuestionHelper instead.', E_USER_DEPRECATED );
+ trigger_error('DialogHelper is deprecated since version 2.5 and will be removed in 3.0. Use QuestionHelper instead.', E_USER_DEPRECATED);
34
35
parent::__construct();
36
}
0 commit comments