Shalvah 2 месяцев назад
Родитель
Сommit
065d9a097a
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/Commands/GenerateDocumentation.php

+ 1 - 2
src/Commands/GenerateDocumentation.php

@@ -68,8 +68,7 @@ class GenerateDocumentation extends Command
         $writer = app(Writer::class, ['config' => $this->docConfig, 'paths' => $this->paths]);
         $writer = app(Writer::class, ['config' => $this->docConfig, 'paths' => $this->paths]);
         $writer->writeDocs($groupedEndpoints);
         $writer->writeDocs($groupedEndpoints);
 
 
-        // Retiring the upgrade check for now. It sort of works, but is less helpful with the new config objects.
-        // It's also less useful, since the config file is no longer changing as frequently.
+        // Retiring the automatic upgrade check, since the config file is no longer changing as frequently.
         // $this->upgradeConfigFileIfNeeded();
         // $this->upgradeConfigFileIfNeeded();
 
 
         $this->sayGoodbye(errored: $groupedEndpointsInstance->hasEncounteredErrors());
         $this->sayGoodbye(errored: $groupedEndpointsInstance->hasEncounteredErrors());