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

Add phpDoc for objects using phpwaver #378

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AJenbo
Copy link

@AJenbo AJenbo commented Oct 6, 2019

This add phpDoc to some of the code in pts-core/objects, the types where
determined by running debug-self-test through phpweaver for a few
secounds and then manually verityfing the result.

phpDoc can be helpful as documentation, but also for auto-completion in editors and for finding bugs, and as a guide for refactoring.

There is a lot more that can be added, but I thought this was good as an ice breaker to see how you felt about it.

This add phpDoc to some of the code in pts-core/objects, the types where
determined by running debug-self-test through phpweaver for a few
secounds and then manually verityfing the result.
@AJenbo
Copy link
Author

AJenbo commented Nov 1, 2021

@michaellarabel I saw you recent article about PHPStan 1.0 and you using it a lot. Considering that the intent with this PR was to get better analysis from PHPStan by providing it with richer type information I would think you would be interested in it. But since you still haven't reviewed it after 2 years I'm starting to wonder if I should just close it?

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.

None yet

1 participant