Mark classes as final
This commit is contained in:
parent
738031ec5d
commit
c983048346
5 changed files with 5 additions and 5 deletions
src/Command
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue