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

[PHP] Changed parameter type from long to integer #7613

Merged
merged 1 commit into from Feb 17, 2021

Conversation

landsem
Copy link
Contributor

@landsem landsem commented Jun 10, 2020

PHP does not have a long type, and IDEs don't necessarily understand that long is the same as integer.
E.g. PhpStorm will give an error like this: Expected parameter of type '\Google\Protobuf\Internal\long', 'int' provided

PHP does not have a long type, and IDEs don't necessarily understand that long is the same as integer. 
E.g. PhpStorm will give an error like this: `Expected parameter of type '\Google\Protobuf\Internal\long', 'int' provided`
@landsem landsem changed the title Changed parameter type from long to integer [PHP] Changed parameter type from long to integer Jun 10, 2020
@haberman haberman merged commit 2653fc8 into protocolbuffers:master Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants