prismicio-community / php-kit

Community maintained development kit for Prismic and the PHP language
https://prismic.io
Other
108 stars 82 forks source link

Fix for issue `Fatal error: Call to undefined method stdClass::getEnd()... #70

Closed gsteel closed 9 years ago

gsteel commented 9 years ago

Fix for issue Fatal error: Call to undefined method stdClass::getEnd() in Prismic/Fragment/StructuredText.php on line 378

If there's some reason why there shouldn't be spans in pre formatted blocks, then the spans should probably be discarded with return new PreformattedBlock($json->text, array(), $label); ??

erwan commented 9 years ago

Thank you!

gsteel commented 9 years ago

You're welcome!