我正在使用 Symfony 4.4.2
当我使用服务器包运行服务器时......
./bin/console server:run
...我收到弃用警告:
User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead.
所以我安装了 Symfony 本地服务器,现在我正在使用它:
symfony server:start --no-tls
但是,弃用仍然存在。
为什么?