RonasIT / laravel-swagger

Laravel-Swagger is a fully automate tool which allows to generate and save swagger-based documentation after successful completing your application's feature tests.
https://ronasit.com
MIT License
152 stars 44 forks source link

feat: add exception for invalid documentation_viewer configuration. #113

Closed KonstantinLapkovsky closed 1 year ago

KonstantinLapkovsky commented 1 year ago

Description

Add handling unsupported documentation viewer configuration. Throw the UnsupportedDocumentationViewerException exception if an invalid value was provided.

Fixes #93

Type of change

Checklist:

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

KonstantinLapkovsky commented 1 year ago

@DenTray fixed! Please check it