File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ protected function query()
104104 $ this ->boostToInstall = $ this ->boostToInstall ();
105105 // $this->boostToolsToDisable = $this->boostToolsToDisable(); // Not useful to start
106106
107- // $this->projectPurpose = $this->projectPurpose();
107+ // $this->projectPurpose = $this->projectPurpose();
108108 $ this ->enforceTests = $ this ->shouldEnforceTests (ask: false );
109109
110110 $ this ->idesToInstallTo = $ this ->idesToInstallTo (); // To add boost:mcp to the correct file
@@ -537,7 +537,7 @@ protected function publishAndUpdateConfig(): void
537537 $ this ->newLine ();
538538 }
539539
540- // $updated = $this->updateProjectPurposeInConfig($configPath, $this->projectPurpose);
540+ // $updated = $this->updateProjectPurposeInConfig($configPath, $this->projectPurpose);
541541 }
542542
543543 protected function updateProjectPurposeInConfig (string $ configPath , ?string $ purpose ): bool
You can’t perform that action at this time.
0 commit comments