On Sun, Mar 27, 2011 at 11:51 AM, lubomir1971 lubomir <[email protected]> wrote: > public function build(ContainerBuilder $container) { > parent::build($container); > }
Hi there, you need to use the ContainerBuilder class in order for this declaration to be compatible, see the header part of HttpKernel\BundleInterface: use Symfony\Component\DependencyInjection\ContainerBuilder; Cheers, Francesco -- francesco levorato aka flevour http://flevour.net/ - @flevour "Now while the blood is hot you should make your way with vigour to better things." (Seneca) -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
