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

Removed property comments in Select Helper #16494

Merged

Conversation

kuhler-Stratege
Copy link

Hello!

  • Type: documentation

In raising this pull request, I confirm the following:

  • I have read and understood the Contributing Guidelines
  • I have checked that another pull request for this purpose does not exist

Small description of change:
My IDE (phpstorm) was getting confused because inside the IDE stubs for the Phalcon\Html\Helper\Input\Select class there are @property comments for the class fields (elementTag, inOptGroup and selected) as well as the class fields themselves. My IDE was thinking that each of the fields are actually two fields with the same name but one public and one protected.
This is why I deleted the @property comments to solve this confusion of my IDE.

Thanks

@niden niden added documentation Documentation required 5.0 The issues we want to solve in the 5.0 release labels Jan 5, 2024
@niden niden changed the base branch from master to 5.0.x January 5, 2024 16:06
@niden niden merged commit 4a0a419 into phalcon:5.0.x Jan 5, 2024
34 checks passed
@niden
Copy link
Member

niden commented Jan 5, 2024

Thank you @kuhler-Stratege

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5.0 The issues we want to solve in the 5.0 release documentation Documentation required
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

2 participants