|
@@ -174,9 +174,9 @@ |
|
|
block discarded – undo |
|
174
|
174
|
$output->writeln(array( |
|
175
|
175
|
'', |
|
176
|
176
|
'By default, the generator generate filter code.', |
|
177
|
|
- '"form" to use LexikFormFilterBundle to search in the entity.', |
|
178
|
|
- '"input" to use PetkoparaMultiSearchBundle to search only with one input in the entity.', |
|
179
|
|
- '"none" use this to not generate any filter code.', |
|
|
177
|
+ '"form" to use LexikFormFilterBundle to search in the entity.', |
|
|
178
|
+ '"input" to use PetkoparaMultiSearchBundle to search only with one input in the entity.', |
|
|
179
|
+ '"none" use this to not generate any filter code.', |
|
180
|
180
|
'', |
|
181
|
181
|
)); |
|
182
|
182
|
$question = new Question($questionHelper->getQuestion('Filter Type (form, input, none)', $filterType), $filterType); |
Please login to merge, or discard this patch.