[WebServerBundle] Mark ServerCommand as internal

This commit is contained in:
Nicolas Grekas 2017-05-23 11:11:47 +02:00
parent 4a766693a8
commit c91d19574f

View File

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