8000 bug #33772 [WebserverBundle] Remove duplicated deprecation message (j… · symfony/symfony@3a1d361 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a1d361

Browse files
committed
bug #33772 [WebserverBundle] Remove duplicated deprecation message (jschaedl)
This PR was merged into the 4.4 branch. Discussion ---------- [WebserverBundle] Remove duplicated deprecation message | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | - | Tickets | Fix #33765 | License | MIT | Doc PR | - Commits ------- 77534aa [WebserverBundle] Remove duplicated deprecation message
2 parents f4af6d2 + 77534aa commit 3a1d361

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Bundle/WebServerBundle/DependencyInjection/WebServerExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ public function load(array $configs, ContainerBuilder $container)
4242
if (!class_exists(ConsoleFormatter::class)) {
4343
$container->removeDefinition('web_server.command.server_log');
4444
}
45-
46-
@trigger_error('Using the WebserverBundle is deprecated since Symfony 4.4, the new symfony local server has more feature, you should use it instead.', E_USER_DEPRECATED);
4745
}
4846

4947
private function getPublicDirectory(ContainerBuilder $container)

0 commit comments

Comments
 (0)
0