remove codeigniter
This commit is contained in:
@@ -5,7 +5,7 @@ namespace App\Services\Docs;
|
||||
use App\Services\ApplicationUrlService;
|
||||
|
||||
/**
|
||||
* CodeIgniter parity: {@see \App\Controllers\DocsController::index} and
|
||||
* legacy parity: {@see \App\Controllers\DocsController::index} and
|
||||
* {@see \App\Controllers\View\DocsController::swagger} (multi-spec Swagger UI payload).
|
||||
*/
|
||||
class DocsCatalogService
|
||||
@@ -36,7 +36,7 @@ class DocsCatalogService
|
||||
}
|
||||
|
||||
/**
|
||||
* Multi-spec dropdown payload (CI `View\DocsController::swagger` / `swagger_ui` view).
|
||||
* Multi-spec dropdown payload (legacy `View\DocsController::swagger` / `swagger_ui` view).
|
||||
*
|
||||
* @return array{specs: list<array{name: string, url: string}>, merged_openapi_url: string}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user