File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55use Symfony \Component \EventDispatcher \Event ;
66use Symfony \Component \HttpFoundation \Request ;
77use Symfony \Component \HttpFoundation \Response ;
8- use Symfony \Component \HttpKernel \HttpCache \HttpCache ;
8+ use Symfony \Component \HttpKernel \HttpCache \HttpCache as BaseHttpCache ;
99
1010class CacheEvent extends Event
1111{
@@ -25,10 +25,10 @@ class CacheEvent extends Event
2525 private $ response ;
2626
2727 /**
28- * @param HttpCache $kernel The kernel raising with this event.
28+ * @param BaseHttpCache $kernel The kernel raising with this event.
2929 * @param Request $request The request being processed.
3030 */
31- public function __construct (HttpCache $ kernel , Request $ request )
31+ public function __construct (BaseHttpCache $ kernel , Request $ request )
3232 {
3333 $ this ->kernel = $ kernel ;
3434 $ this ->request = $ request ;
You can’t perform that action at this time.
0 commit comments