File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -188,10 +188,10 @@ protected function outputFileExists(): bool
188
188
protected function createCustomConfigGenerator (): CustomConfigGenerator
189
189
{
190
190
$ generator = new CustomConfigGenerator ();
191
- $ prompt = new ConsoleSelectPathsForCustomFinderPrompt ($ this ->input , $ this ->output , $ this );
191
+ $ prompt = new ConsoleSelectPathsForCustomFinderPrompt ($ this ->input , $ this ->output );
192
192
$ dirNames = Path::getSubDirectoryNames (getcwd ());
193
- $ include = $ prompt ->withIncludePromptType ( )->display ($ dirNames );
194
- $ exclude = $ prompt ->withExcludePromptType ( )->display ($ dirNames , $ include );
193
+ $ include = $ prompt ->withPromptType ( 1 )-> withNoneOption ( false )->display ($ dirNames );
194
+ $ exclude = $ prompt ->withPromptType ( 2 )-> withNoneOption ( true )->display ($ dirNames , $ include );
195
195
196
196
$ generator ->setPaths ($ include , $ exclude );
197
197
You can’t perform that action at this time.
0 commit comments