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
For the record, if you're hitting an error like Cannot use 'String' as class name as it is reserved running on PHP 7: All you need to do is update to version 1.3 and if that doesn't fix it replace your usages of String with String_.
This issue is only about support parsing of PHP 7, not running on PHP 7 (which should already fully work).
BC compatible syntax changes:
BC incompatible syntax changes:
API changes:
The text was updated successfully, but these errors were encountered: