Completed
Push — experimental/sf ( 8e0ed3...253b49 )
by Kiyotaka
590:17 queued 554:36
created
src/Eccube/DependencyInjection/EccubeExtension.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -96,6 +96,9 @@  discard block
 block discarded – undo
96 96
         $this->configureTranslations($container, $enabled, $pluginDir);
97 97
     }
98 98
 
99
+    /**
100
+     * @param string $pluginDir
101
+     */
99 102
     protected function configureTwigPaths(ContainerBuilder $container, $enabled, $pluginDir)
100 103
     {
101 104
         $paths = [];
@@ -114,6 +117,9 @@  discard block
 block discarded – undo
114 117
         }
115 118
     }
116 119
 
120
+    /**
121
+     * @param string $pluginDir
122
+     */
117 123
     protected function configureTranslations(ContainerBuilder $container, $enabled, $pluginDir)
118 124
     {
119 125
         $paths = [];
@@ -155,6 +161,9 @@  discard block
 block discarded – undo
155 161
         return empty($tables) ? false : true;
156 162
     }
157 163
 
164
+    /**
165
+     * @param string $pluginDir
166
+     */
158 167
     protected function getPluginDirectories($pluginDir)
159 168
     {
160 169
         $finder = (new Finder())
Please login to merge, or discard this patch.