add documentation for render and embeddable comments

This commit is contained in:
2021-03-25 22:44:48 +01:00
parent b79ec18a38
commit ae81e7be31
4 changed files with 277 additions and 1 deletions

View File

@@ -21,7 +21,6 @@
namespace Chill\MainBundle\Templating\Entity;
use Chill\MainBundle\Entity\Embeddable\CommentEmbeddable;
use Chill\MainBundle\Entity\User;
use Chill\MainBundle\Repository\UserRepository;
use Chill\MainBundle\Templating\Entity\AbstractChillEntityRender;
use Symfony\Component\Templating\EngineInterface;