symfony-cmf / block-bundle

Extends the SonataBlockBundle to integrate with PHPCR ODM
https://cmf.symfony.com
20 stars 51 forks source link

fix method type signature #293

Open ElectricMaxxx opened 5 years ago

ElectricMaxxx commented 5 years ago

A quik fix with a problem i am faces with, where play bleeding edge with SF 4.2 and newer sonata packages.

dbu commented 5 years ago

are you sure that CacheElementInterface exists? we get an error about concrete class instead of interface being returned, probably meaning the interface is not present in the version we install: https://travis-ci.org/symfony-cmf/block-bundle/jobs/466939079

ElectricMaxxx commented 5 years ago

I will go with dev-kit over master first and sonata played some class/interface bingo on sonata-core v3.13 while deprecating them. So i think we should go on v4.0 to have a stable base, this one is master which goes into our v3.0 now.