Mark classes as final

This commit is contained in:
Oliver Davies 2020-02-09 21:27:30 +00:00
parent 738031ec5d
commit c983048346
5 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ use Symfony\Component\Finder\Finder;
use Symfony\Component\Finder\SplFileInfo;
use Tightenco\Collect\Support\Collection;
class GenerateDrupal7Command extends Command
final class GenerateDrupal7Command extends Command
{
private $moduleName;
private $machineName;