1
0
mirror of synced 2025-02-20 22:23:14 +03:00

#1120 - MappingDescribeCommand can be final

This commit is contained in:
Marco Pivetta 2014-10-19 17:43:32 +02:00
parent 37de75b2ae
commit e9d7c23261

View File

@ -33,7 +33,7 @@ use Symfony\Component\Console\Helper\TableHelper;
* @since 2.4
* @author Daniel Leech <daniel@dantleech.com>
*/
class MappingDescribeCommand extends Command
final class MappingDescribeCommand extends Command
{
/**
* @var OutputInterface