Completed
Branch indpendent_providers (0b8e86)
by Paweł
25:51
created
src/SWP/Bundle/CoreBundle/Command/ThemeGenerateCommand.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
      * @param InputInterface  $input
183 183
      * @param OutputInterface $output
184 184
      * @param Tenant          $tenant
185
-     * @param $themeDir
185
+     * @param string $themeDir
186 186
      * @param $themeName
187 187
      */
188 188
     protected function writeConfigFile(InputInterface $input, OutputInterface $output, Tenant $tenant, $themeDir, $themeName)
@@ -227,7 +227,6 @@  discard block
 block discarded – undo
227 227
     /**
228 228
      * @param InputInterface  $input  An InputInterface instance
229 229
      * @param OutputInterface $output An OutputInterface instance
230
-     * @param array           $keys
231 230
      */
232 231
     protected function getValuesFromUser(InputInterface $input, OutputInterface $output, array $keysAndDefaults)
233 232
     {
@@ -272,7 +271,7 @@  discard block
 block discarded – undo
272 271
 
273 272
     /**
274 273
      * @param Filesystem $filesystem
275
-     * @param $baseDir
274
+     * @param string $baseDir
276 275
      * @param $fileName
277 276
      *
278 277
      * @return string
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Theme/Model/ThemeInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -20,6 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     /**
22 22
      * @param string $name
23
+     * @return void
23 24
      */
24 25
     public function setName($name);
25 26
 
Please login to merge, or discard this patch.
src/SWP/Bundle/MultiTenancyBundle/Command/CreateTenantCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
      * @param $subdomain
146 146
      * @param $name
147 147
      * @param $disabled
148
-     * @param $organization
148
+     * @param OrganizationInterface $organization
149 149
      *
150 150
      * @return TenantInterface
151 151
      */
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Routing/MetaRouter.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -56,6 +56,10 @@
 block discarded – undo
56 56
         return $result;
57 57
     }
58 58
 
59
+    /**
60
+     * @param string $route
61
+     * @param integer $type
62
+     */
59 63
     private function getCacheKey($route, $parameters, $type)
60 64
     {
61 65
         if ($route instanceof Meta && $route->getValues() instanceof ArticleInterface) {
Please login to merge, or discard this patch.
src/SWP/Bundle/StorageBundle/Doctrine/ORM/EntityRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     }
75 75
 
76 76
     /**
77
-     * @param $queryBuilder
77
+     * @param QueryBuilder $queryBuilder
78 78
      * @param PaginationData $paginationData
79 79
      *
80 80
      * @return PaginationInterface
Please login to merge, or discard this patch.