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

Resource is a reserved keyword in php 7 #37

Closed
mayankamencherla opened this issue May 18, 2017 · 1 comment
Closed

Resource is a reserved keyword in php 7 #37

mayankamencherla opened this issue May 18, 2017 · 1 comment
Assignees

Comments

@mayankamencherla
Copy link
Contributor

Resource has a soft reservation in php7 - which implies that the keyword is highly discouraged from being used as a class name. Our SDK, however, uses this keyword as a class name.

http://php.net/manual/en/reserved.other-reserved-words.php#reserved.other-reserved-words

@ankitdas13
Copy link
Contributor

the issue has been resolved in #330
closing this ticket for now .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants