FriendsOfSymfony / FOSCKEditorBundle

Provides a CKEditor integration for your Symfony project.
Other
522 stars 84 forks source link

Bad Check #65

Closed kunicmarko20 closed 6 years ago

kunicmarko20 commented 6 years ago

https://github.com/FriendsOfSymfony/FOSCKEditorBundle/blob/8ebaed163ac03656041af46dc737fa1459d4d45c/src/Renderer/CKEditorRenderer.php#L75-L86

Here we always check instanceof JsonBuilder::class

This should be fixed.

kunicmarko20 commented 6 years ago

My bad, I just now realized this is ok when I started fixing it :sweat_smile: