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 7 compatability issue #478

Closed
dvc opened this issue Aug 3, 2015 · 1 comment
Closed

PHP 7 compatability issue #478

dvc opened this issue Aug 3, 2015 · 1 comment

Comments

@dvc
Copy link

dvc commented Aug 3, 2015

$ php bin/php7cc.php ../some_symfony_project
...
File: ../some_symfony_project/vendor/jms/serializer/src/JMS/Serializer/GraphNavigator.php
Line 214. Indirect variable, property or method access: $object->{$metadata->handlerCallbacks[$context->getDirection()][$context->getFormat()]}($visitor, $context instanceof SerializationContext ? null : $data, $context);

File: ../some_symfony_project/vendor/jms/serializer/tests/JMS/Serializer/Tests/Metadata/Driver/XmlDriverTest.php
Line 89. Function argument(s) returned by "func_get_arg" might have been modified: func_get_arg(0);

@goetas
Copy link
Collaborator

goetas commented Aug 21, 2016

as of 1.2.0 we have php7 compat

@goetas goetas closed this as completed Aug 21, 2016
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