Completed
Pull Request — master (#57)
by Paweł
03:34
created
src/SWP/Bundle/WebRendererBundle/Detection/DeviceDetection.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -1,19 +1,19 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/SWP/Bundle/WebRendererBundle/Locator/BundleResourceLocator.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -66,6 +66,10 @@
 block discarded – undo
66 66
         throw new ResourceNotFoundException($resourcePath, $theme);
67 67
     }
68 68
 
69
+    /**
70
+     * @param string $resourcePath
71
+     * @param ThemeInterface $theme
72
+     */
69 73
     protected function getBundlePaths($resourcePath, $theme)
70 74
     {
71 75
         $bundleName = $this->getBundleNameFromResourcePath($resourcePath);
Please login to merge, or discard this patch.