Skip to content

Refactor configuration access with validated getters - #86

Merged
igancev merged 1 commit into
mainfrom
refactor/issue-85
May 25, 2026
Merged

igancev merged 1 commit into
mainfrom
refactor/issue-85

Conversation

@igancev

@igancev igancev commented May 25, 2026

Copy link
Copy Markdown
Owner

Summary

  • Encapsulated source and destination configuration properties.
  • Added getters that throw ConfigException when a required configuration section is missing.
  • Simplified factories by removing manual null checks.
  • Updated tests to cover new behavior and ensured PSR-12 compliance.

Closes #85

@igancev igancev self-assigned this May 25, 2026
@igancev
igancev merged commit 66a645f into main May 25, 2026
2 checks passed
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.

Refactor configuration classes to use getters with validation for sources and destinations

1 participant