@@ -33,10 +33,10 @@ |
||
33 | 33 | public static function getSubscribedEvents() |
34 | 34 | { |
35 | 35 | return [ |
36 | - HttpCacheEvent::EVENT_NAME => [ |
|
37 | - ['clearContainers', 0], |
|
38 | - ], |
|
39 | - ]; |
|
36 | + HttpCacheEvent::EVENT_NAME => [ |
|
37 | + ['clearContainers', 0], |
|
38 | + ], |
|
39 | + ]; |
|
40 | 40 | } |
41 | 41 | |
42 | 42 | public function clearContainers(HttpCacheEvent $event) |
@@ -1,19 +1,19 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | - /** |
|
4 | - * This file is part of the Superdesk Web Publisher Web Renderer Bundle. |
|
5 | - * |
|
6 | - * Copyright 2015 Sourcefabric z.u. and contributors. |
|
7 | - * |
|
8 | - * For the full copyright and license information, please see the |
|
9 | - * AUTHORS and LICENSE files distributed with this source code. |
|
10 | - * |
|
11 | - * Some parts of that file were taken from the Liip/ThemeBundle |
|
12 | - * (c) Liip AG |
|
13 | - * |
|
14 | - * @copyright 2015 Sourcefabric z.ú. |
|
15 | - * @license http://www.superdesk.org/license |
|
16 | - */ |
|
3 | + /** |
|
4 | + * This file is part of the Superdesk Web Publisher Web Renderer Bundle. |
|
5 | + * |
|
6 | + * Copyright 2015 Sourcefabric z.u. and contributors. |
|
7 | + * |
|
8 | + * For the full copyright and license information, please see the |
|
9 | + * AUTHORS and LICENSE files distributed with this source code. |
|
10 | + * |
|
11 | + * Some parts of that file were taken from the Liip/ThemeBundle |
|
12 | + * (c) Liip AG |
|
13 | + * |
|
14 | + * @copyright 2015 Sourcefabric z.ú. |
|
15 | + * @license http://www.superdesk.org/license |
|
16 | + */ |
|
17 | 17 | |
18 | 18 | namespace SWP\Bundle\WebRendererBundle\Detection; |
19 | 19 |