10000 Coding style fixing · symfony/symfony@cbddc8d · GitHub
[go: up one dir, main page]

Skip to content

Commit cbddc8d

Browse files
committed
Coding style fixing
1 parent 6aa4cd8 commit cbddc8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Console/Helper/DialogHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ class DialogHelper extends InputAwareHelper
2828
private static $shell;
2929
private static $stty;
3030

31-
function __construct()
31+
public function __construct()
3232
{
33-
trigger_error( 'DialogHelper is deprecated since version 2.5 and will be removed in 3.0. Use QuestionHelper instead.', E_USER_DEPRECATED );
33+
trigger_error('DialogHelper is deprecated since version 2.5 and will be removed in 3.0. Use QuestionHelper instead.', E_USER_DEPRECATED);
3434

3535
parent::__construct();
3636
}

0 commit comments

Comments
 (0)
0