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

Should "does not cause an error in PHP 7" be an warning? #149

Open
itsdarrylnorris opened this issue Oct 26, 2018 · 1 comment
Open

Should "does not cause an error in PHP 7" be an warning? #149

itsdarrylnorris opened this issue Oct 26, 2018 · 1 comment

Comments

@itsdarrylnorris
Copy link

If I have some code that will not throw an error should not that be a warning instead? Here is the code that is throwing an error:

> Line 5: [Error] Name "object" that is reserved for future use (does not cause an error in PHP 7) used as a class, interface or trait name
    class Object implements \ArrayAccess, \Iterator
    {
    }

Related issue: EasyPost/easypost-php#52

@hopeseekr
Copy link

Well, now it completely blows up.

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

No branches or pull requests

2 participants