minor #22869 [WebServerBundle] Mark ServerCommand as internal (nicolas-grekas)

This PR was merged into the 3.3 branch.

Discussion
----------

[WebServerBundle] Mark ServerCommand as internal

| Q             | A
| ------------- | ---
| Branch?       | 3.3
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | https://github.com/symfony/symfony/pull/22758#discussion_r117748941
| License       | MIT
| Doc PR        | -

Commits
-------

c91d19574f [WebServerBundle] Mark ServerCommand as internal
This commit is contained in:
Fabien Potencier 2017-05-23 13:05:50 +02:00
commit 8f29634c01

View File

@ -17,6 +17,8 @@ use Symfony\Component\Console\Command\Command;
* Base methods for commands related to a local web server.
*
* @author Christian Flothmann <christian.flothmann@xabbuh.de>
*
* @internal
*/
abstract class ServerCommand extends Command
{