FriendsOfSymfony / FOSCommentBundle

Threaded comments for Symfony
http://friendsofsymfony.github.com/
MIT License
462 stars 230 forks source link

Fix BC break impacting versions older than 3.4 #634

Closed BboyKeen closed 6 years ago

BboyKeen commented 6 years ago

The commit e985ef5 introduced BC break for older versions as the setAlias method started to return the alias since the 3.4 version so chaining the setPublic() method fail using those versions

This PR brings back back-compatibility

Fixes #633

XWB commented 6 years ago

Thank you.