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

improve phpdoc return type for apcu_cache_info #245

Merged
merged 2 commits into from
May 13, 2024

Conversation

barasimumatik
Copy link
Contributor

I was a bit confused by the Intellisense in VSCode since the apcu_cache_info seemed to return a boolean according to the doc comment, but when printing the results it was an array.

It looks like the return value is consistent with the official documentation, so I figured it was a typo in the doc comment and changed the type from boolean to false | array in the ApcuProxy and CacheTool classes (no actual code was touched).

I don't believe it affects anything beside intellisense, but I'm not sure how other IDE:s handle it.

Copy link
Owner

@gordalina gordalina left a comment

Choose a reason for hiding this comment

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

Thanks!

@gordalina gordalina merged commit 315230f into gordalina:main May 13, 2024
9 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.

2 participants