#1120 - MappingDescribeCommand can be final
This commit is contained in:
parent
37de75b2ae
commit
e9d7c23261
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ use Symfony\Component\Console\Helper\TableHelper;
|
||||||
* @since 2.4
|
* @since 2.4
|
||||||
* @author Daniel Leech <daniel@dantleech.com>
|
* @author Daniel Leech <daniel@dantleech.com>
|
||||||
*/
|
*/
|
||||||
class MappingDescribeCommand extends Command
|
final class MappingDescribeCommand extends Command
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var OutputInterface
|
* @var OutputInterface
|
||||||
|
|
Loading…
Add table
Reference in a new issue