eko / FeedBundle

A Symfony bundle to build RSS feeds from your entities
http://vincent.composieux.fr
MIT License
141 stars 49 forks source link

Fix invalid definition #83

Closed stanislavkukucka closed 2 years ago

stanislavkukucka commented 2 years ago

Error from lint container: ./bin/console lint:container

In CheckTypeDeclarationsPass.php line 133: Invalid definition for service "Eko\FeedBundle\Feed\Feed": "Eko\FeedBundle\Feed\Feed::__construct()" requires 2 arguments, 1 passed.

Q A
Branch? "master"
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
License MIT
Doc PR reference to the documentation PR, if any
eko commented 2 years ago

Thank you @stanislavkukucka