You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
{
}
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:
Related issue: EasyPost/easypost-php#52
The text was updated successfully, but these errors were encountered: