Skip to content

Commit 61cfa72

Browse files
committed
Code cleanup.
1 parent 332eb7d commit 61cfa72

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/Commands/Generate.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
/**
1212
* Implements generate command.
13+
*
14+
* @TODO: Create a test for this.
1315
*/
1416
class Generate extends Command {
1517

@@ -24,8 +26,6 @@ class Generate extends Command {
2426
'Component' => [
2527
'Plugin' => [
2628
'Filter',
27-
'FieldType',
28-
'Block',
2929
],
3030
'YML file' => [
3131
'libraries.yml',
@@ -37,7 +37,6 @@ class Generate extends Command {
3737
'Drupal 7' => [
3838
'Module',
3939
'Theme',
40-
'Installation profile',
4140
'Component' => [
4241
'settings.php',
4342
'Info file',
@@ -53,9 +52,6 @@ class Generate extends Command {
5352
],
5453
],
5554
'Drupal 6' => [
56-
'Module',
57-
'Theme',
58-
'Installation profile',
5955
'Component' => [
6056
'Info file',
6157
],

0 commit comments

Comments
 (0)