phug-php/dev-tool

View on GitHub
src/Phug/DevTool/AbstractCommand.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Phug\DevTool;

use Symfony\Component\Console\Command\Command;

/**
 * Class AbstractCommand.
 *
 * @method Application getApplication()
 */
abstract class AbstractCommand extends Command
{
}