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

Illegal offset type in isset or empty , SimpleThings/FormSerializerBundle/Serializer/JMSSerializerConverter.php line 76 #32

Open
mailaneel opened this issue Nov 28, 2012 · 1 comment

Comments

@mailaneel
Copy link

Data passed in getType($type, $recursive = false) $type is passed as array

Array
(
    [name] => string
    [params] => Array
        (
        )

)

Checking

isset($this->typeMap[$type]

Should be?

isset($this->typeMap[$type['name']]

@stof
Copy link

stof commented Nov 28, 2012

This is because this bundle is not updated yet for JMSSerializerBundle 1.0.x-dev. It currently works with the 0.9 release

See #30 for the update

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