[HttpKernel] updated bootstrap.php

This commit is contained in:
Fabien Potencier 2010-11-05 02:35:30 +01:00
parent 43b81fa1f8
commit f6cd582afc

View File

@ -56,8 +56,8 @@ abstract class Bundle extends ContainerAware implements BundleInterface {
$this->path = dirname($this->reflection->getFilename()); } }
namespace Symfony\Component\HttpKernel\Bundle;
interface BundleInterface {
public function boot();
public function shutdown(); }
function boot();
function shutdown(); }
namespace Symfony\Component\HttpKernel\Debug;
class ErrorHandler {
protected $levels = array(