-
-
Notifications
You must be signed in to change notification settings - Fork 585
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
Missing bool type in graphNavigator.php in method accept() #764
Comments
no, as you can see here, |
When I serialize my json, I get this error [2017-05-10 13:38:43] request.CRITICAL: Uncaught PHP Exception ReflectionException: "Class bool does not exist" at /projects/vendor/jms/metadata/src/Metadata/MetadataFactory.php line 167 {"exception":"[object] (ReflectionException(code: -1): Class bool does not exist at /project/vendor/jms/metadata/src/Metadata/MetadataFactory.php:167)"} {"memory_usage":"4 MB","uid":"8cff6fd652f1a1144d216a52b56b76ed","user":"Not logged in."} |
you have to write |
oh ok. I found it. |
In class GraphNavigator.php in method accept() near line 139.
it missing
case 'bool':
The text was updated successfully, but these errors were encountered: