Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add exception for invalid documentation_viewer configuration. #113

Merged
merged 4 commits into from
Nov 7, 2023

Conversation

KonstantinLapkovsky
Copy link

@KonstantinLapkovsky KonstantinLapkovsky commented Nov 6, 2023

Description

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

Fixes #93

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

src/Services/SwaggerService.php Outdated Show resolved Hide resolved
src/Services/SwaggerService.php Outdated Show resolved Hide resolved
src/Services/SwaggerService.php Outdated Show resolved Hide resolved
Copy link

sonarqubecloud bot commented Nov 6, 2023

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
Copy link
Author

@DenTray fixed! Please check it

@DenTray DenTray merged commit ccda21b into master Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to choose documentation viewer
2 participants