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

UseStatements::splitImportUseStatement(): minor simplification #595

Merged
merged 1 commit into from
May 13, 2024

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented May 13, 2024

These same validations are also being done in the isImportUse() method, so let's not duplicate them, but let the potential exceptions fall through from the isImportUse() method.

These same validations are also being done in the `isImportUse()` method, so let's not duplicate them, but let the potential exceptions fall through from the `isImportUse()` method.
@jrfnl jrfnl added this to the 1.0.x Next milestone May 13, 2024
@jrfnl jrfnl merged commit 94e8aba into develop May 13, 2024
54 checks passed
@jrfnl jrfnl deleted the feature/usestatements-minor-simplification branch May 13, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant