Skip to content

Conversation

@htoyoda18
Copy link
Contributor

@htoyoda18 htoyoda18 commented Nov 15, 2025

I noticed that several values were declared using var despite never being reassigned.
I updated them to const to better reflect their immutability and to avoid any unintended modifications in the future.

This is a minor refactor only — no behavioral or functional changes.

All existing tests pass.

Fixes ##2329

@CLAassistant
Copy link

CLAassistant commented Nov 15, 2025

CLA assistant check
All committers have signed the CLA.

@htoyoda18 htoyoda18 marked this pull request as ready for review November 15, 2025 13:51
Copy link
Collaborator

@marckhouzam marckhouzam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@marckhouzam marckhouzam merged commit 117698a into spf13:main Nov 17, 2025
21 checks passed
@marckhouzam marckhouzam added this to the 1.11.0 milestone Nov 17, 2025
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.

4 participants