Completed
Pull Request — master (#57)
by Paweł
04:17
created
src/SWP/Bundle/TemplateEngineBundle/Model/Container.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -283,7 +283,7 @@
 block discarded – undo
283 283
     /**
284 284
      * Add ContainerData to container.
285 285
      *
286
-     * @param $containerData
286
+     * @param ContainerData $containerData
287 287
      */
288 288
     public function addData($containerData)
289 289
     {
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.