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

Commits on Jun 10, 2020

  1. Changed parameter type from long to integer

    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 committed Jun 10, 2020
    Copy the full SHA
    dd8f748 View commit details
    Browse the repository at this point in the history